Home
last modified time | relevance | path

Searched defs:FunTmpl (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp409 if (const auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(LM.Method)) in ParseLexedMethodDeclaration() local
453 if (FunctionTemplateDecl *FunTmpl in ParseLexedMethodDeclaration() local
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp421 if (FunctionTemplateDecl *FunTmpl in ParseLexedMethodDeclaration() local
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp120 else if (const FunctionTemplateDecl *FunTmpl in getBody() local
/external/clang/lib/Index/
DUSRGeneration.cpp207 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) { in VisitFunctionDecl() local
/external/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp120 else if (const auto *FunTmpl = dyn_cast_or_null<FunctionTemplateDecl>(D)) in getBody() local
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp231 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) { in VisitFunctionDecl() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3038 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) { in ResolveOverloadForDeduction() local
4326 static bool isVariadicFunctionTemplate(FunctionTemplateDecl *FunTmpl) { in isVariadicFunctionTemplate()
DSemaTemplate.cpp6875 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) { in CheckFunctionTemplateSpecialization() local
7974 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Prev); in ActOnExplicitInstantiation() local
8081 FunctionTemplateDecl *FunTmpl = Specialization->getPrimaryTemplate(); in ActOnExplicitInstantiation() local
DSemaTemplateInstantiate.cpp150 } else if (FunctionTemplateDecl *FunTmpl in getTemplateInstantiationArgs() local
DSemaTemplateInstantiateDecl.cpp3411 if (FunctionTemplateDecl *FunTmpl in InitFunctionInstantiation() local
DSemaStmt.cpp1914 if (FunctionTemplateDecl *FunTmpl = D->getPrimaryTemplate()) { in NoteForRangeBeginEndFunction() local
DSemaDeclCXX.cpp2231 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Member)) in ActOnCXXMemberDeclarator() local
13918 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) in actOnDelayedExceptionSpecification() local
DSemaCodeComplete.cpp2723 if (const FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(ND)) { in CreateCodeCompletionString() local
/external/clang/lib/AST/
DDecl.cpp2665 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) { in setPreviousDeclaration() local
3337 if (FunctionTemplateDecl *FunTmpl = getPrimaryTemplate()) { in isOutOfLine() local
DDeclCXX.cpp448 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D); in addedMember() local
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp6758 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D); in AddFunctionCandidates() local
7631 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D); in AddNonMemberOperatorCandidates() local
9343 if (FunctionTemplateDecl *FunTmpl = Cand->Function->getPrimaryTemplate()) in AddArgumentDependentLookupCandidates() local
10072 if (FunctionTemplateDecl *FunTmpl = Fn->getPrimaryTemplate()) { in ClassifyOverloadCandidate() local
10337 if (FunctionTemplateDecl *FunTmpl = in NoteAllOverloadCandidates() local
DSemaTemplateDeduction.cpp3794 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) { in ResolveOverloadForDeduction() local
5241 static bool isVariadicFunctionTemplate(FunctionTemplateDecl *FunTmpl) { in isVariadicFunctionTemplate()
DSemaTemplate.cpp8983 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) { in CheckFunctionTemplateSpecialization() local
10183 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Prev); in ActOnExplicitInstantiation() local
10328 FunctionTemplateDecl *FunTmpl = Specialization->getPrimaryTemplate(); in ActOnExplicitInstantiation() local
DSemaTemplateInstantiate.cpp164 } else if (FunctionTemplateDecl *FunTmpl in getTemplateInstantiationArgs() local
DSemaStmt.cpp2096 if (FunctionTemplateDecl *FunTmpl = D->getPrimaryTemplate()) { in NoteForRangeBeginEndFunction() local
DSemaTemplateInstantiateDecl.cpp4497 if (FunctionTemplateDecl *FunTmpl in InitFunctionInstantiation() local
/external/llvm-project/clang/lib/AST/
DDecl.cpp3227 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) { in setPreviousDeclaration() local
3951 if (FunctionTemplateDecl *FunTmpl = getPrimaryTemplate()) { in isOutOfLine() local
DDeclCXX.cpp699 auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(D); in addedMember() local
/external/clang/tools/libclang/
DCIndex.cpp4409 if (const FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) in clang_getCursorDisplayName() local
7122 if (FunctionTemplateDecl *FunTmpl = FD->getDescribedFunctionTemplate()) in maybeGetTemplateCursor() local
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5077 if (const FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) in clang_getCursorDisplayName() local
8111 if (FunctionTemplateDecl *FunTmpl = FD->getDescribedFunctionTemplate()) in maybeGetTemplateCursor() local

12