Searched refs:SubstDecl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4054 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, in SubstDecl() function in Sema 4874 return cast_or_null<FunctionDecl>(SubstDecl(FD, FD->getParent(), MArgs)); in InstantiateFunctionDeclaration() 5670 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(), in InstantiateVariableDefinition() 6208 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl() 6217 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
|
| H A D | SemaTemplateDeduction.cpp | 2736 if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args)) in ConvertDeducedTemplateArgument() 3713 SubstDecl(FD, Owner, SubstArgs)); in FinishTemplateArgumentDeduction()
|
| H A D | SemaTemplateInstantiate.cpp | 1642 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
|
| H A D | SemaTemplate.cpp | 2509 cast<TemplateParmDecl>(SemaRef.SubstDecl(OldParam, DC, Args)); in transformTemplateParameterImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10335 Decl *SubstDecl(Decl *D, DeclContext *Owner,
|