Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp470 if (const auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(LM.Method)) in ParseLexedMethodDeclaration() local
426 if (const auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(LM.Method)) ParseLexedMethodDeclaration() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp120 else if (const auto *FunTmpl = dyn_cast_or_null<FunctionTemplateDecl>(D)) in getBody() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp242 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) { in VisitFunctionDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7261 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D); AddFunctionCandidates() local
8204 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D); AddNonMemberOperatorCandidates() local
9966 if (FunctionTemplateDecl *FunTmpl = Cand->Function->getPrimaryTemplate()) AddArgumentDependentLookupCandidates() local
10798 if (FunctionTemplateDecl *FunTmpl = Fn->getPrimaryTemplate()) { ClassifyOverloadCandidate() local
10912 if (FunctionTemplateDecl *FunTmpl = FD->getPrimaryTemplate()) { checkAddressOfFunctionIsAvailable() local
11075 if (FunctionTemplateDecl *FunTmpl = NoteAllOverloadCandidates() local
[all...]
H A DSemaTemplate.cpp9631 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) { CheckFunctionTemplateSpecialization() local
10837 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Prev); ActOnExplicitInstantiation() local
10982 FunctionTemplateDecl *FunTmpl = Specialization->getPrimaryTemplate(); ActOnExplicitInstantiation() local
[all...]
H A DSemaStmt.cpp2445 if (FunctionTemplateDecl *FunTmpl = D->getPrimaryTemplate()) { NoteForRangeBeginEndFunction() local
H A DSemaTemplateDeduction.cpp3910 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) { ResolveOverloadForDeduction() local
H A DSemaDeclCXX.cpp3680 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Member)) ActOnCXXMemberDeclarator() local
19154 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD)) actOnDelayedExceptionSpecification() local
H A DSemaCodeComplete.cpp3578 if (const FunctionTemplateDecl *FunTmpl = createCodeCompletionStringForDecl() local
H A DSemaDecl.cpp15654 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) ActOnStartOfFunctionDef() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3548 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) { setPreviousDeclaration() local
4330 if (FunctionTemplateDecl *FunTmpl = getPrimaryTemplate()) { isOutOfLine() local
H A DDeclCXX.cpp718 auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(D); addedMember() local