Home
last modified time | relevance | path

Searched refs:UnresolvedUsingValueDecl (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeuristicResolver.h24 class UnresolvedUsingValueDecl; variable
60 resolveUsingValueDecl(const UnresolvedUsingValueDecl *UUVD) const;
H A DHeuristicResolver.cpp165 const UnresolvedUsingValueDecl *UUVD) const { in resolveUsingValueDecl()
H A DSemanticHighlighting.cpp141 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 DFindTarget.cpp197 } else if (const UnresolvedUsingValueDecl *UUVD = in add()
198 dyn_cast<UnresolvedUsingValueDecl>(D)) { in add()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp3124 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 DDeclPrinter.cpp99 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1636 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DComputeDependence.cpp747 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
H A DExprCXX.cpp1447 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
H A DDecl.cpp1811 if (auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces()
1815 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
H A DTextNodeDumper.cpp2155 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DASTContext.cpp1570 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 DDeclCXX.h3746 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 DTextNodeDumper.h361 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
/llvm-project-15.0.7/clang/tools/libclang/
H A DCursorVisitor.h246 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp492 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument
493 RangeVerifier<UnresolvedUsingValueDecl> Verifier; in TEST()
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp104 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
993 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DIndexDecl.cpp642 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h739 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp190 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl()
H A DSemaLookup.cpp476 isa<UnresolvedUsingValueDecl>(D); in canHideTag()
496 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind()
565 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
H A DSemaDeclCXX.cpp6788 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 DASTMatchersInternal.cpp863 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp363 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1809 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
3625 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp88 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1340 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1565 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()

12