Home
last modified time | relevance | path

Searched refs:SubstDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4091 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, in SubstDecl() function in Sema
4877 return cast_or_null<FunctionDecl>(SubstDecl(FD, FD->getParent(), MArgs)); in InstantiateFunctionDeclaration()
5652 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(), in InstantiateVariableDefinition()
6160 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
6169 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
H A DSemaTemplateDeductionGuide.cpp281 SemaRef.SubstDecl(OldParam, DC, Args)); in transformTemplateParam()
H A DSemaTemplateDeduction.cpp2897 if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args)) in ConvertDeducedTemplateArgument()
3887 SubstDecl(FD, Owner, SubstArgs)); in FinishTemplateArgumentDeduction()
H A DSemaTemplateInstantiate.cpp1846 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13783 Decl *SubstDecl(Decl *D, DeclContext *Owner,