Home | History | Annotate | Download | only in Sema

Lines Matching refs:SubstDecl

1610             SemaRef.SubstDecl(Inh, Inh->getDeclContext(), InheritedArgs));
2579 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner,
3935 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(),
4441 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs);
4458 SubstDecl(D, VarSpec->getDeclContext(), TemplateArgs));