OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParamTypeForDecl
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
TemplateBase.cpp
295
return
getParamTypeForDecl
();
320
getParamTypeForDecl
().Profile(ID);
434
if (
getParamTypeForDecl
()->isRecordType()) {
441
if (needsAmpersandOnTemplateArg(
getParamTypeForDecl
(), VD->getType()))
ASTDiagnostic.cpp
1191
QualType ArgType = Iter->
getParamTypeForDecl
();
1221
QualType ArgType = TA.
getParamTypeForDecl
();
ItaniumMangle.cpp
5294
if (A.
getParamTypeForDecl
()->isRecordType()) {
5309
A.
getParamTypeForDecl
()) &&
5321
mangleValueInTemplateArg(A.
getParamTypeForDecl
(), Value, /*TopLevel=*/true,
MicrosoftMangle.cpp
1572
} else if (TA.
getParamTypeForDecl
()->isRecordType()) {
1578
mangle(ND, TA.
getParamTypeForDecl
()->isReferenceType() ? "$E?" : "$1?");
StmtProfile.cpp
2257
VisitType(Arg.
getParamTypeForDecl
());
ASTContext.cpp
5989
return TemplateArgument(D, Arg.
getParamTypeForDecl
());
ASTImporter.cpp
802
ExpectedType ToTypeOrErr = import(From.
getParamTypeForDecl
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h
281
QualType
getParamTypeForDecl
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp
325
X.
getParamTypeForDecl
());
2404
Arg.
getParamTypeForDecl
(),
2647
NTTPType = Arg.
getParamTypeForDecl
();
SemaTemplateInstantiate.cpp
1560
QualType paramType = VD ? arg.
getParamTypeForDecl
() : arg.getNullPtrType();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
1952
QualType T = TA.
getParamTypeForDecl
().getDesugaredType(CGM.getContext());
Completed in 109 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026