/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3700 class UnresolvedUsingTypenameDecl 3702 public Mergeable<UnresolvedUsingTypenameDecl> { 3714 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function 3757 static UnresolvedUsingTypenameDecl * 3763 static UnresolvedUsingTypenameDecl * 3767 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl() 3770 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
H A D | TextNodeDumper.h | 351 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
|
H A D | Type.h | 131 class UnresolvedUsingTypenameDecl; 4346 UnresolvedUsingTypenameDecl *Decl; 4348 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D) 4351 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {} 4354 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; } 4368 UnresolvedUsingTypenameDecl *D) {
|
H A D | TypeLoc.h | 46 class UnresolvedUsingTypenameDecl; variable 697 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
|
H A D | TypeProperties.td | 361 return ctx.getTypeDeclType(cast<UnresolvedUsingTypenameDecl>(declaration));
|
H A D | RecursiveASTVisitor.h | 1840 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CursorVisitor.h | 241 bool VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
|
H A D | CIndex.cpp | 1275 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3131 void UnresolvedUsingTypenameDecl::anchor() {} in anchor() 3133 UnresolvedUsingTypenameDecl * 3134 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3141 return new (C, DC) UnresolvedUsingTypenameDecl( in Create() 3146 UnresolvedUsingTypenameDecl * 3147 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 3148 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
|
H A D | DeclPrinter.cpp | 98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1613 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
H A D | TextNodeDumper.cpp | 2057 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
H A D | ASTContext.cpp | 1564 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl() 1568 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl() 4510 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
|
H A D | ASTImporter.cpp | 516 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 4733 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 4751 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | USRGeneration.cpp | 105 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D); 1000 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
H A D | IndexDecl.cpp | 629 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 330 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1702 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 3246 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) in isSameEntity() 3249 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity() 3851 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
H A D | ASTWriterDecl.cpp | 70 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1328 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 198 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3165 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl() 3199 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 5677 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
|
H A D | SemaDeclCXX.cpp | 12079 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration() 12260 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 12350 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() 12351 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
|
H A D | TreeTransform.h | 14363 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType() 14365 Ty = cast<UnresolvedUsingTypenameDecl>(D); in RebuildUnresolvedUsingType()
|
H A D | SemaCodeComplete.cpp | 7421 } else if (ND && isa<UnresolvedUsingTypenameDecl>(ND)) { in CodeCompleteObjCSuperMessage()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 850 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 1566 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1815 UnresolvedUsingTypenameDecl>
|