Searched defs:Tmpl (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp111 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>(); local
H A DSemaTemplateInstantiateDecl.cpp229 instantiateDependentFunctionAttrCondition( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) argument
260 instantiateDependentEnableIfAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const EnableIfAttr *EIA, const Decl *Tmpl, FunctionDecl *New) argument
271 instantiateDependentDiagnoseIfAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) argument
674 InstantiateAttrsForDecl( const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, Decl *New, LateInstantiatedAttrVec *LateAttrs, LocalInstantiationScope *OuterMostScope) argument
714 InstantiateAttrs(const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, Decl *New, LateInstantiatedAttrVec *LateAttrs, LocalInstantiationScope *OuterMostScope) argument
4722 InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl) argument
4808 InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl) argument
4824 SubstDefaultedFunction(FunctionDecl *New, FunctionDecl *Tmpl) argument
5725 InstantiateMemInitializers(CXXConstructorDecl *New, const CXXConstructorDecl *Tmpl, const MultiLevelTemplateArgumentList &TemplateArgs) argument
[all...]
H A DSemaTemplate.cpp2061 auto *Tmpl = cast<CXXRecordDecl>(Hidden)->getDescribedClassTemplate(); local
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1683 auto *Tmpl = readDeclAs<VarDecl>(); local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1461 ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl, argument
1524 setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl) argument

Completed in 300 milliseconds