Searched refs:SubstQualifier (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 721 bool SubstQualifier(const DeclaratorDecl *OldDecl, 723 bool SubstQualifier(const TagDecl *OldDecl,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 53 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl, in SubstQualifier() function 78 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl, in SubstQualifier() function in TemplateDeclInstantiator 80 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs); in SubstQualifier() 83 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl, in SubstQualifier() function in TemplateDeclInstantiator 85 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs); in SubstQualifier() 1687 if (SubstQualifier(D, Var)) in VisitVarDecl() 2070 if (SubstQualifier(D, Enum)) return nullptr; in VisitEnumDecl() 2525 if (SubstQualifier(D, Record)) in VisitCXXRecordDecl() 4485 if (SubstQualifier(D, InstD)) in VisitClassTemplateSpecializationDecl() 4595 if (SubstQualifier(D, Var)) in VisitVarTemplateSpecializationDecl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6144 …ifierEPKNS_14DeclaratorDeclEPS1_", "clang::TemplateDeclInstantiator::SubstQualifier(clang::Declara… 6145 …ubstQualifierEPKNS_7TagDeclEPS1_", "clang::TemplateDeclInstantiator::SubstQualifier(clang::TagDecl…
|