Searched defs:Tmpl (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 236 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentFunctionAttrCondition() 267 const EnableIfAttr *EIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentEnableIfAttr() 278 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentDiagnoseIfAttr() 703 const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, in InstantiateAttrsForDecl() 743 const Decl *Tmpl, Decl *New, in InstantiateAttrs() 4734 FunctionDecl *Tmpl) { in InitFunctionInstantiation() 4820 CXXMethodDecl *Tmpl) { in InitMethodInstantiation() 4836 FunctionDecl *Tmpl) { in SubstDefaultedFunction() 5708 const CXXConstructorDecl *Tmpl, in InstantiateMemInitializers()
|
H A D | SemaTemplateInstantiate.cpp | 202 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>(); in HandleVarTemplateSpec() local
|
H A D | SemaLookup.cpp | 3467 } else if (FunctionTemplateDecl *Tmpl = in LookupSpecialMember() local
|
H A D | SemaTemplate.cpp | 2004 auto *Tmpl = cast<CXXRecordDecl>(Hidden)->getDescribedClassTemplate(); in CheckClassTemplate() local
|
H A D | SemaCodeComplete.cpp | 1110 if (const auto *Tmpl = dyn_cast<FunctionTemplateDecl>(ND)) in isConstructor() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1537 if (auto *Tmpl = readDeclAs<FieldDecl>()) in VisitFieldDecl() local 1675 auto *Tmpl = readDeclAs<VarDecl>(); in VisitVarDeclImpl() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1704 if (FunctionTemplateDecl *Tmpl = CallOp->getDescribedFunctionTemplate()) in getGenericLambdaTemplateParameterList() local
|
H A D | ASTContext.cpp | 1500 ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl, in setInstantiatedFromStaticDataMember() 1564 FieldDecl *Tmpl) { in setInstantiatedFromUnnamedFieldDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2709 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition() local
|