| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3667 class UnresolvedUsingTypenameDecl 3669 public Mergeable<UnresolvedUsingTypenameDecl> { 3681 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, 3724 static UnresolvedUsingTypenameDecl * 3730 static UnresolvedUsingTypenameDecl * 3734 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { 3737 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const {
|
| H A D | Type.h | 127 class UnresolvedUsingTypenameDecl; 4124 UnresolvedUsingTypenameDecl *Decl; 4126 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D) 4129 Decl(const_cast<UnresolvedUsingTypenameDecl*>(D)) {} 4132 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; } 4146 UnresolvedUsingTypenameDecl *D) {
|
| H A D | TypeLoc.h | 45 class UnresolvedUsingTypenameDecl; variable 691 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
|
| H A D | RecursiveASTVisitor.h | 1784 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2809 void UnresolvedUsingTypenameDecl::anchor() {} in anchor() 2811 UnresolvedUsingTypenameDecl * 2812 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() 2819 return new (C, DC) UnresolvedUsingTypenameDecl( in Create() 2824 UnresolvedUsingTypenameDecl * 2825 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 2826 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
|
| H A D | DeclPrinter.cpp | 98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1518 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTDumper.cpp | 266 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D); 1136 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTImporter.cpp | 490 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1226 UnresolvedUsingTypenameDecl *ToD; in VisitUnresolvedUsingType() 4318 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 4337 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTContext.cpp | 1425 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl() 1429 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl() 3877 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 104 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D); 985 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | IndexDecl.cpp | 620 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 336 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1631 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 3120 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) in isSameEntity() 3123 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity() 3692 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 71 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D); 1257 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
|
| H A D | ASTReader.cpp | 6080 ReadDeclAs<UnresolvedUsingTypenameDecl>(*Loc.F, Record, Idx)); in readTypeRecord()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 669 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 199 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2709 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl() 2743 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() 4882 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
|
| H A D | SemaDeclCXX.cpp | 9993 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration() 10176 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 10266 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() 10267 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| H A D | TreeTransform.h | 12577 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType() 12579 Ty = cast<UnresolvedUsingTypenameDecl>(D); in RebuildUnresolvedUsingType()
|
| H A D | SemaCodeComplete.cpp | 6283 } else if (ND && isa<UnresolvedUsingTypenameDecl>(ND)) { in CodeCompleteObjCSuperMessage()
|
| H A D | SemaDecl.cpp | 1490 isa<UnresolvedUsingTypenameDecl>(D) || in isUsingDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1624 UnresolvedUsingTypenameDecl>
|