| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4026 class UnresolvedUsingTypenameDecl 4028 public Mergeable<UnresolvedUsingTypenameDecl> { 4040 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function 4083 static UnresolvedUsingTypenameDecl * 4089 static UnresolvedUsingTypenameDecl *CreateDeserialized(ASTContext &C, 4093 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl() 4096 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| H A D | TextNodeDumper.h | 387 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
|
| H A D | Type.h | 141 class UnresolvedUsingTypenameDecl; 5753 UnresolvedUsingTypenameDecl *Decl; 5755 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D) 5758 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {} 5761 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; } 5775 UnresolvedUsingTypenameDecl *D) {
|
| H A D | TypeLoc.h | 47 class UnresolvedUsingTypenameDecl; variable 720 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
|
| H A D | TypeProperties.td | 387 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration));
|
| H A D | ASTContext.h | 1828 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
|
| H A D | RecursiveASTVisitor.h | 2034 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3502 void UnresolvedUsingTypenameDecl::anchor() {} in anchor() 3504 UnresolvedUsingTypenameDecl * 3505 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3512 return new (C, DC) UnresolvedUsingTypenameDecl( in Create() 3517 UnresolvedUsingTypenameDecl * 3518 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 3520 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
|
| H A D | DeclPrinter.cpp | 101 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1771 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTContext.cpp | 1589 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl() 1593 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl() 5274 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow() 5464 const UnresolvedUsingTypenameDecl *Decl) const { in getUnresolvedUsingType() 5468 if (const UnresolvedUsingTypenameDecl *CanonicalDecl = in getUnresolvedUsingType() 7699 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) { in isSameEntity() 7702 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
|
| H A D | TextNodeDumper.cpp | 2794 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTImporter.cpp | 556 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 5653 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 5671 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 103 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D); 1090 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | IndexDecl.cpp | 651 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 896 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 231 UnresolvedUsingTypenameDecl *D) override { in TraverseUnresolvedUsingTypenameDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4066 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl() 4103 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 6675 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
|
| H A D | SemaDeclCXX.cpp | 13112 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration() 13356 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 13444 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() 13445 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| H A D | SemaDeclAttr.cpp | 2418 if (isa<UsingDecl, UnresolvedUsingTypenameDecl, UnresolvedUsingValueDecl>( in handleAvailabilityAttr() 6478 } else if (isa<UsingDecl, UnresolvedUsingTypenameDecl, in handleDeprecatedAttr()
|
| H A D | TreeTransform.h | 17356 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType() 17359 cast<UnresolvedUsingTypenameDecl>(D)); in RebuildUnresolvedUsingType()
|
| H A D | SemaCodeComplete.cpp | 8281 } else if (ND && isa<UnresolvedUsingTypenameDecl>(ND)) { in CodeCompleteObjCSuperMessage()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 330 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1967 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 3987 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 86 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1658 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1564 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1892 UnresolvedUsingTypenameDecl>
|