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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1610 SemaRef.SubstDecl(Inh, Inh->getDeclContext(), InheritedArgs));
2579 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, function in class:Sema
3935 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(),
4441 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs);
4458 SubstDecl(D, VarSpec->getDeclContext(), TemplateArgs));
H A DSemaTemplateInstantiate.cpp922 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs);
H A DSemaTemplateDeduction.cpp2945 SubstDecl(FunctionTemplate->getTemplatedDecl(), Owner,
H A DSemaTemplate.cpp3547 SubstDecl(TempParm, CurContext,
/external/clang/include/clang/Sema/
H A DSema.h6628 Decl *SubstDecl(Decl *D, DeclContext *Owner,

Completed in 178 milliseconds