Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp113 else if (const FunctionTemplateDecl *FunTmpl in getBody() local
/external/clang/lib/Index/
DUSRGeneration.cpp201 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) { in VisitFunctionDecl() local
/external/clang/lib/AST/
DDecl.cpp2518 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) { in setPreviousDeclaration() local
3134 if (FunctionTemplateDecl *FunTmpl = getPrimaryTemplate()) { in isOutOfLine() local
DDeclCXX.cpp436 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D); in addedMember() local
/external/clang/lib/Sema/
DSemaTemplate.cpp6632 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) { in CheckFunctionTemplateSpecialization() local
7587 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Prev); in ActOnExplicitInstantiation() local
7671 FunctionTemplateDecl *FunTmpl = Specialization->getPrimaryTemplate(); in ActOnExplicitInstantiation() local
DSemaTemplateDeduction.cpp3069 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) { in ResolveOverloadForDeduction() local
4299 static bool isVariadicFunctionTemplate(FunctionTemplateDecl *FunTmpl) { in isVariadicFunctionTemplate()
DSemaOverload.cpp5764 FunctionTemplateDecl *FunTmpl = cast<FunctionTemplateDecl>(D); in AddFunctionCandidates() local
8164 if (FunctionTemplateDecl *FunTmpl = Cand->Function->getPrimaryTemplate()) in AddArgumentDependentLookupCandidates() local
8412 if (FunctionTemplateDecl *FunTmpl = Fn->getPrimaryTemplate()) { in ClassifyOverloadCandidate() local
8489 if (FunctionTemplateDecl *FunTmpl = in NoteAllOverloadCandidates() local
DSemaTemplateInstantiate.cpp149 } else if (FunctionTemplateDecl *FunTmpl in getTemplateInstantiationArgs() local
DSemaStmt.cpp1852 if (FunctionTemplateDecl *FunTmpl = D->getPrimaryTemplate()) { in NoteForRangeBeginEndFunction() local
DSemaTemplateInstantiateDecl.cpp3202 if (FunctionTemplateDecl *FunTmpl in InitFunctionInstantiation() local
DSemaCodeComplete.cpp2659 if (const FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(ND)) { in CreateCodeCompletionString() local
DSemaDecl.cpp9857 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) in ActOnStartOfFunctionDef() local
DSemaDeclCXX.cpp2158 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Member)) in ActOnCXXMemberDeclarator() local
/external/clang/tools/libclang/
DCIndex.cpp3609 if (const FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) in clang_getCursorDisplayName() local
6225 if (FunctionTemplateDecl *FunTmpl = FD->getDescribedFunctionTemplate()) in maybeGetTemplateCursor() local