Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3730 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, in SubstDecl() function in Sema
4636 return cast_or_null<FunctionDecl>(SubstDecl(FD, FD->getParent(), MArgs)); in InstantiateFunctionDeclaration()
5346 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(), in InstantiateVariableDefinition()
5872 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
5881 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
H A DSemaTemplateDeduction.cpp2778 if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args)) in ConvertDeducedTemplateArgument()
3611 SubstDecl(FunctionTemplate->getTemplatedDecl(), Owner, SubstArgs)); in FinishTemplateArgumentDeduction()
H A DSemaTemplateInstantiate.cpp1252 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
H A DSemaTemplate.cpp2311 cast<TemplateParmDecl>(SemaRef.SubstDecl(OldParam, DC, Args)); in transformTemplateParameterImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9297 Decl *SubstDecl(Decl *D, DeclContext *Owner,