|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 8366 Decl *SubstDecl(Decl *D, DeclContext *Owner,
References
tools/clang/lib/Sema/SemaTemplate.cpp 1897 cast_or_null<TemplateParmDecl>(SemaRef.SubstDecl(OldParam, DC, Args));
tools/clang/lib/Sema/SemaTemplateDeduction.cpp 2579 if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args))
3367 SubstDecl(FunctionTemplate->getTemplatedDecl(), Owner, SubstArgs));
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp 1081 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp 4144 return cast_or_null<FunctionDecl>(SubstDecl(FD, FD->getParent(), MArgs));
4867 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(),
5379 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs);
5388 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs);