/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 231 instantiateDependentFunctionAttrCondition(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const Attr * A,Expr * OldCond,const Decl * Tmpl,FunctionDecl * New) instantiateDependentFunctionAttrCondition() argument 262 instantiateDependentEnableIfAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const EnableIfAttr * EIA,const Decl * Tmpl,FunctionDecl * New) instantiateDependentEnableIfAttr() argument 273 instantiateDependentDiagnoseIfAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const DiagnoseIfAttr * DIA,const Decl * Tmpl,FunctionDecl * New) instantiateDependentDiagnoseIfAttr() argument 675 InstantiateAttrsForDecl(const MultiLevelTemplateArgumentList & TemplateArgs,const Decl * Tmpl,Decl * New,LateInstantiatedAttrVec * LateAttrs,LocalInstantiationScope * OuterMostScope) InstantiateAttrsForDecl() argument 715 InstantiateAttrs(const MultiLevelTemplateArgumentList & TemplateArgs,const Decl * Tmpl,Decl * New,LateInstantiatedAttrVec * LateAttrs,LocalInstantiationScope * OuterMostScope) InstantiateAttrs() argument 4723 InitFunctionInstantiation(FunctionDecl * New,FunctionDecl * Tmpl) InitFunctionInstantiation() argument 4809 InitMethodInstantiation(CXXMethodDecl * New,CXXMethodDecl * Tmpl) InitMethodInstantiation() argument 4825 SubstDefaultedFunction(FunctionDecl * New,FunctionDecl * Tmpl) SubstDefaultedFunction() argument 5726 InstantiateMemInitializers(CXXConstructorDecl * New,const CXXConstructorDecl * Tmpl,const MultiLevelTemplateArgumentList & TemplateArgs) InstantiateMemInitializers() argument [all...] |
H A D | SemaTemplateInstantiate.cpp | 111 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>(); HandleVarTemplateSpec() local
|
H A D | SemaLookup.cpp | 3514 } else if (FunctionTemplateDecl *Tmpl = LookupSpecialMember() local
|
H A D | SemaCodeComplete.cpp | 1103 if (const auto *Tmpl = dyn_cast<FunctionTemplateDecl>(ND)) isConstructor() local
|
H A D | SemaTemplate.cpp | 2061 auto *Tmpl = cast<CXXRecordDecl>(Hidden)->getDescribedClassTemplate(); CheckClassTemplate() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1545 if (auto *Tmpl = readDeclAs<FieldDecl>()) VisitFieldDecl() local 1683 auto *Tmpl = readDeclAs<VarDecl>(); VisitVarDeclImpl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1662 if (FunctionTemplateDecl *Tmpl = CallOp->getDescribedFunctionTemplate()) getGenericLambdaTemplateParameterList() local
|
H A D | ASTContext.cpp | 1461 setInstantiatedFromStaticDataMember(VarDecl * Inst,VarDecl * Tmpl,TemplateSpecializationKind TSK,SourceLocation PointOfInstantiation) setInstantiatedFromStaticDataMember() argument 1525 setInstantiatedFromUnnamedFieldDecl(FieldDecl * Inst,FieldDecl * Tmpl) setInstantiatedFromUnnamedFieldDecl() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2583 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) hasExplicitMemberDefinition() local
|