| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3103 void UnresolvedUsingValueDecl::anchor() {} in anchor() 3105 UnresolvedUsingValueDecl * 3106 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3111 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create() 3116 UnresolvedUsingValueDecl * 3117 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 3118 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized() 3125 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
|
| H A D | DeclPrinter.cpp | 99 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1619 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | ComputeDependence.cpp | 715 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
|
| H A D | Decl.cpp | 1770 if (auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces() 1774 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
|
| H A D | ExprCXX.cpp | 1442 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
|
| H A D | TextNodeDumper.cpp | 2065 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | ASTContext.cpp | 1563 isa<UnresolvedUsingValueDecl>(Pattern) || in setInstantiatedFromUsingDecl() 1567 isa<UnresolvedUsingValueDecl>(Inst) || in setInstantiatedFromUsingDecl() 8398 isa<UnresolvedUsingValueDecl>(D) || in getOverloadedTemplateName()
|
| H A D | ASTImporter.cpp | 515 ExpectedDecl VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 4697 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 4719 UnresolvedUsingValueDecl *ToUsingValue; in VisitUnresolvedUsingValueDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3604 class UnresolvedUsingValueDecl : public ValueDecl, 3605 public Mergeable<UnresolvedUsingValueDecl> { 3619 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3667 static UnresolvedUsingValueDecl * 3672 static UnresolvedUsingValueDecl * 3678 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3681 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| H A D | TextNodeDumper.h | 352 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
| H A D | RecursiveASTVisitor.h | 1958 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CursorVisitor.h | 240 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 104 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 991 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | IndexDecl.cpp | 620 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Lookup.h | 714 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 361 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1692 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 3241 if (const auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity() 3242 const auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity() 3848 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 87 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1318 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 190 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl()
|
| H A D | SemaLookup.cpp | 475 isa<UnresolvedUsingValueDecl>(D); in canHideTag() 495 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind() 564 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
|
| H A D | SemaDeclCXX.cpp | 6683 if (((isa<FieldDecl>(D) || isa<UnresolvedUsingValueDecl>(D)) && in CheckCompletedCXXClass() 11716 !isa<UnresolvedUsingValueDecl>(Target) && in CheckUsingShadowDecl() 12085 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration() 12259 assert(isa<UnresolvedUsingValueDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 12325 isa<UnresolvedUsingValueDecl>(D) || isa<EnumConstantDecl>(D); in CheckUsingDeclRedeclaration() 12346 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() 12347 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| H A D | SemaTemplate.cpp | 137 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl() 276 if (isa<UnresolvedUsingValueDecl>(D)) { in isTemplateName() 10639 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() 10640 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3204 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 5680 if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(D)) in isInstantiationOf()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 848 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1560 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1796 UnresolvedUsingValueDecl>
|