Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3989 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, in SubstDecl() function in Sema
4781 return cast_or_null<FunctionDecl>(SubstDecl(FD, FD->getParent(), MArgs)); in InstantiateFunctionDeclaration()
5568 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(), in InstantiateVariableDefinition()
6106 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
6115 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
DSemaTemplateDeduction.cpp2685 if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args)) in ConvertDeducedTemplateArgument()
3596 SubstDecl(FunctionTemplate->getTemplatedDecl(), Owner, SubstArgs)); in FinishTemplateArgumentDeduction()
DSemaTemplateInstantiate.cpp1505 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
DSemaTemplate.cpp2412 cast<TemplateParmDecl>(SemaRef.SubstDecl(OldParam, DC, Args)); in transformTemplateParameterImpl()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h10021 Decl *SubstDecl(Decl *D, DeclContext *Owner,