| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3842 class UnresolvedUsingTypenameDecl 3844 public Mergeable<UnresolvedUsingTypenameDecl> { 3856 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function 3899 static UnresolvedUsingTypenameDecl * 3905 static UnresolvedUsingTypenameDecl * 3909 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl() 3912 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| H A D | TextNodeDumper.h | 360 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
|
| H A D | Type.h | 132 class UnresolvedUsingTypenameDecl; 4416 UnresolvedUsingTypenameDecl *Decl; 4418 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D) 4421 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {} 4424 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; } 4438 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 | 1606 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
|
| H A D | RecursiveASTVisitor.h | 1967 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CursorVisitor.h | 247 bool VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3152 void UnresolvedUsingTypenameDecl::anchor() {} in anchor() 3154 UnresolvedUsingTypenameDecl * 3155 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3162 return new (C, DC) UnresolvedUsingTypenameDecl( in Create() 3167 UnresolvedUsingTypenameDecl * 3168 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 3169 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
|
| H A D | DeclPrinter.cpp | 98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1630 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTContext.cpp | 1571 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl() 1575 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl() 4617 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow() 4689 const UnresolvedUsingTypenameDecl *Decl) const { in getUnresolvedUsingType() 4693 if (const UnresolvedUsingTypenameDecl *CanonicalDecl = in getUnresolvedUsingType() 6629 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) { in isSameEntity() 6632 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
|
| H A D | TextNodeDumper.cpp | 2147 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTImporter.cpp | 554 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 4948 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 4966 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 105 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D); 1002 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | IndexDecl.cpp | 651 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 198 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3332 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl() 3369 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 5898 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
|
| H A D | SemaDeclCXX.cpp | 12358 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration() 12597 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 12689 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() 12690 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| H A D | SemaDeclAttr.cpp | 2591 if (isa<UsingDecl, UnresolvedUsingTypenameDecl, UnresolvedUsingValueDecl>( in handleAvailabilityAttr() 7822 } else if (isa<UsingDecl, UnresolvedUsingTypenameDecl, in handleDeprecatedAttr()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FindTarget.cpp | 205 } else if (isa<UnresolvedUsingTypenameDecl>(D)) { in add()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 865 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 331 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1819 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 3628 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 70 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1350 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1571 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1840 UnresolvedUsingTypenameDecl>
|