Searched refs:TemplateDeclInstantiator (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 79 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl, in SubstQualifier() 84 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl, in SubstQualifier() 941 TemplateDeclInstantiator::VisitTranslationUnitDecl(TranslationUnitDecl *D) { in VisitTranslationUnitDecl() 945 Decl *TemplateDeclInstantiator::VisitHLSLBufferDecl(HLSLBufferDecl *Decl) { in VisitHLSLBufferDecl() 950 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() 954 Decl *TemplateDeclInstantiator::VisitPragmaDetectMismatchDecl( in VisitPragmaDetectMismatchDecl() 960 TemplateDeclInstantiator::VisitExternCContextDecl(ExternCContextDecl *D) { in VisitExternCContextDecl() 964 Decl *TemplateDeclInstantiator::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() 968 Decl *TemplateDeclInstantiator::VisitUnnamedGlobalConstantDecl( in VisitUnnamedGlobalConstantDecl() 973 Decl *TemplateDeclInstantiator::VisitTemplateParamObjectDecl( in VisitTemplateParamObjectDecl() [all …]
|
H A D | SemaTemplateDeductionGuide.cpp | 65 std::optional<TemplateDeclInstantiator> TypedefNameInstantiator; 369 TemplateDeclInstantiator Instantiator(SemaRef, DC, in transformConstructor()
|
H A D | SemaTemplateInstantiate.cpp | 1761 TemplateDeclInstantiator DeclInstantiator(getSema(), in TransformTemplateParameterList() 3492 TemplateDeclInstantiator Instantiator(*this, Instantiation, TemplateArgs); in InstantiateClass() 3616 for (TemplateDeclInstantiator::delayed_partial_spec_iterator in InstantiateClass() 3629 for (TemplateDeclInstantiator::delayed_var_partial_spec_iterator in InstantiateClass() 3702 TemplateDeclInstantiator Instantiator(*this, Instantiation, TemplateArgs); in InstantiateEnum()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 558 class TemplateDeclInstantiator 559 : public DeclVisitor<TemplateDeclInstantiator, Decl *> 586 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 2279 friend class TemplateDeclInstantiator;
|