| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3870 class UnresolvedUsingTypenameDecl 3872 public Mergeable<UnresolvedUsingTypenameDecl> { 3884 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function 3927 static UnresolvedUsingTypenameDecl * 3933 static UnresolvedUsingTypenameDecl * 3937 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl() 3940 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| H A D | TextNodeDumper.h | 363 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
|
| H A D | Type.h | 131 class UnresolvedUsingTypenameDecl; 4480 UnresolvedUsingTypenameDecl *Decl; 4482 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D) 4485 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {} 4488 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; } 4502 UnresolvedUsingTypenameDecl *D) {
|
| H A D | TypeLoc.h | 46 class UnresolvedUsingTypenameDecl; variable 706 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
|
| H A D | TypeProperties.td | 361 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration));
|
| H A D | ASTContext.h | 1580 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
|
| H A D | RecursiveASTVisitor.h | 1960 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CursorVisitor.h | 248 bool VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3193 void UnresolvedUsingTypenameDecl::anchor() {} in anchor() 3195 UnresolvedUsingTypenameDecl * 3196 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3203 return new (C, DC) UnresolvedUsingTypenameDecl( in Create() 3208 UnresolvedUsingTypenameDecl * 3209 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 3210 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
|
| H A D | DeclPrinter.cpp | 99 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1634 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTContext.cpp | 1544 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl() 1548 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl() 4655 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow() 4753 const UnresolvedUsingTypenameDecl *Decl) const { in getUnresolvedUsingType() 4757 if (const UnresolvedUsingTypenameDecl *CanonicalDecl = in getUnresolvedUsingType() 6709 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) { in isSameEntity() 6712 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
|
| H A D | TextNodeDumper.cpp | 2171 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTImporter.cpp | 551 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 5059 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 5077 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 105 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D); 1042 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | IndexDecl.cpp | 651 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 199 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3399 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl() 3436 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 5909 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
|
| H A D | SemaDeclCXX.cpp | 12466 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration() 12706 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 12798 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() 12799 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| H A D | SemaDeclAttr.cpp | 2595 if (isa<UsingDecl, UnresolvedUsingTypenameDecl, UnresolvedUsingValueDecl>( in handleAvailabilityAttr() 8062 } else if (isa<UsingDecl, UnresolvedUsingTypenameDecl, in handleDeprecatedAttr()
|
| H A D | TreeTransform.h | 14915 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType() 14918 cast<UnresolvedUsingTypenameDecl>(D)); in RebuildUnresolvedUsingType()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 866 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 332 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1882 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 3717 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 71 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1370 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1571 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1841 UnresolvedUsingTypenameDecl>
|