Searched refs:SubstDecl (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2893 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, in SubstDecl() function in Sema 4172 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(), in InstantiateVariableDefinition() 4687 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl() 4696 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl() 4713 SubstDecl(D, VarSpec->getDeclContext(), TemplateArgs)); in FindInstantiatedDecl()
|
D | SemaTemplateDeduction.cpp | 2148 if (!S.SubstDecl(TTP, S.CurContext, in ConvertDeducedTemplateArgument() 2905 SubstDecl(FunctionTemplate->getTemplatedDecl(), Owner, in FinishTemplateArgumentDeduction()
|
D | SemaTemplateInstantiate.cpp | 900 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
|
D | SemaTemplate.cpp | 3660 SubstDecl(TempParm, CurContext, in CheckTemplateArgument()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7182 Decl *SubstDecl(Decl *D, DeclContext *Owner,
|