| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | HeuristicResolver.h | 24 class UnresolvedUsingValueDecl; variable 60 resolveUsingValueDecl(const UnresolvedUsingValueDecl *UUVD) const;
|
| H A D | HeuristicResolver.cpp | 165 const UnresolvedUsingValueDecl *UUVD) const { in resolveUsingValueDecl()
|
| H A D | SemanticHighlighting.cpp | 141 if (const auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(D)) { in kindForDecl() 251 if (isa<UnresolvedUsingValueDecl>(D)) in isDependent() 857 if (R.IsDecl && !isa<UnresolvedUsingValueDecl>(Decl)) in getSemanticHighlightings()
|
| H A D | FindTarget.cpp | 197 } else if (const UnresolvedUsingValueDecl *UUVD = in add() 198 dyn_cast<UnresolvedUsingValueDecl>(D)) { in add()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3124 void UnresolvedUsingValueDecl::anchor() {} in anchor() 3126 UnresolvedUsingValueDecl * 3127 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3132 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create() 3137 UnresolvedUsingValueDecl * 3138 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 3139 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized() 3146 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
|
| H A D | DeclPrinter.cpp | 99 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1636 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | ComputeDependence.cpp | 747 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
|
| H A D | ExprCXX.cpp | 1447 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
|
| H A D | Decl.cpp | 1811 if (auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces() 1815 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
|
| H A D | TextNodeDumper.cpp | 2155 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | ASTContext.cpp | 1570 isa<UnresolvedUsingValueDecl>(Pattern) || in setInstantiatedFromUsingDecl() 1574 isa<UnresolvedUsingValueDecl>(Inst) || in setInstantiatedFromUsingDecl() 6624 if (const auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity() 6625 const auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity() 9049 isa<UnresolvedUsingValueDecl>(D) || in getOverloadedTemplateName()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3746 class UnresolvedUsingValueDecl : public ValueDecl, 3747 public Mergeable<UnresolvedUsingValueDecl> { 3761 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3809 static UnresolvedUsingValueDecl * 3814 static UnresolvedUsingValueDecl * 3820 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3823 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| H A D | TextNodeDumper.h | 361 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CursorVisitor.h | 246 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | SourceLocationTest.cpp | 492 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument 493 RangeVerifier<UnresolvedUsingValueDecl> Verifier; in TEST()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 104 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 993 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | IndexDecl.cpp | 642 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Lookup.h | 739 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 190 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl()
|
| H A D | SemaLookup.cpp | 476 isa<UnresolvedUsingValueDecl>(D); in canHideTag() 496 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind() 565 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
|
| H A D | SemaDeclCXX.cpp | 6788 if (((isa<FieldDecl>(D) || isa<UnresolvedUsingValueDecl>(D)) && in CheckCompletedCXXClass() 11964 !isa<UnresolvedUsingValueDecl>(Target) && in CheckUsingShadowDecl() 12364 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration() 12596 assert(isa<UnresolvedUsingValueDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 12662 isa<UnresolvedUsingValueDecl>(D) || isa<EnumConstantDecl>(D); in CheckUsingDeclRedeclaration() 12685 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() 12686 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 863 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 363 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1809 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 3625 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 88 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1340 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1565 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()
|