Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2893 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()
DSemaTemplateDeduction.cpp2148 if (!S.SubstDecl(TTP, S.CurContext, in ConvertDeducedTemplateArgument()
2905 SubstDecl(FunctionTemplate->getTemplatedDecl(), Owner, in FinishTemplateArgumentDeduction()
DSemaTemplateInstantiate.cpp900 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
DSemaTemplate.cpp3660 SubstDecl(TempParm, CurContext, in CheckTemplateArgument()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3729 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, in SubstDecl() function in Sema
4628 return cast_or_null<FunctionDecl>(SubstDecl(FD, FD->getParent(), MArgs)); in InstantiateFunctionDeclaration()
5338 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(), in InstantiateVariableDefinition()
5864 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
5873 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
DSemaTemplateDeduction.cpp2793 if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args)) in ConvertDeducedTemplateArgument()
3618 SubstDecl(FunctionTemplate->getTemplatedDecl(), Owner, SubstArgs)); in FinishTemplateArgumentDeduction()
DSemaTemplateInstantiate.cpp1251 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
DSemaTemplate.cpp2290 cast<TemplateParmDecl>(SemaRef.SubstDecl(OldParam, DC, Args)); in transformTemplateParameterImpl()
/external/clang/include/clang/Sema/
DSema.h7182 Decl *SubstDecl(Decl *D, DeclContext *Owner,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9145 Decl *SubstDecl(Decl *D, DeclContext *Owner,