Searched defs:SubstDecl (Results 1 - 1 of 1) 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));

Completed in 168 milliseconds