| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3808 class UnresolvedUsingTypenameDecl 3810 public Mergeable<UnresolvedUsingTypenameDecl> { 3822 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function 3865 static UnresolvedUsingTypenameDecl * 3871 static UnresolvedUsingTypenameDecl * 3875 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl() 3878 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| H A D | TextNodeDumper.h | 356 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 | 1852 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3136 void UnresolvedUsingTypenameDecl::anchor() {} in anchor() 3138 UnresolvedUsingTypenameDecl * 3139 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3146 return new (C, DC) UnresolvedUsingTypenameDecl( in Create() 3151 UnresolvedUsingTypenameDecl * 3152 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 3153 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
|
| H A D | DeclPrinter.cpp | 98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1617 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | TextNodeDumper.cpp | 2114 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTContext.cpp | 1564 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl() 1568 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl() 4525 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
|
| H A D | ASTImporter.cpp | 534 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 4838 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 4856 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 330 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1715 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 3264 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) { in isSameEntity() 3267 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity() 3881 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 70 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1340 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 198 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3281 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl() 3318 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 5869 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
|
| H A D | SemaDeclCXX.cpp | 12158 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration() 12397 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 12489 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() 12490 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| H A D | SemaDeclAttr.cpp | 2450 if (isa<UsingDecl, UnresolvedUsingTypenameDecl, UnresolvedUsingValueDecl>( in handleAvailabilityAttr() 7360 } else if (isa<UsingDecl, UnresolvedUsingTypenameDecl, in handleDeprecatedAttr()
|
| H A D | TreeTransform.h | 14432 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType() 14434 Ty = cast<UnresolvedUsingTypenameDecl>(D); in RebuildUnresolvedUsingType()
|
| H A D | SemaCodeComplete.cpp | 7424 } else if (ND && isa<UnresolvedUsingTypenameDecl>(ND)) { in CodeCompleteObjCSuperMessage()
|
| H A D | SemaDecl.cpp | 1623 isa<UnresolvedUsingTypenameDecl>(D) || in isUsingDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 851 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1566 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1827 UnresolvedUsingTypenameDecl>
|