/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2245 void UnresolvedUsingValueDecl::anchor() { } in anchor() 2247 UnresolvedUsingValueDecl * 2248 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() 2252 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create() 2256 UnresolvedUsingValueDecl * 2257 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 2258 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized() 2264 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
|
D | DeclPrinter.cpp | 91 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1359 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
D | ExprCXX.cpp | 280 isa<UnresolvedUsingValueDecl>(*I)) { in OverloadExpr() 1196 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
|
D | ASTDumper.cpp | 475 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 1486 void ASTDumper::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 299 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument 300 RangeVerifier<UnresolvedUsingValueDecl> Verifier; in TEST()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 3185 class UnresolvedUsingValueDecl : public ValueDecl, 3186 public Mergeable<UnresolvedUsingValueDecl> { 3199 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3232 static UnresolvedUsingValueDecl * 3237 static UnresolvedUsingValueDecl * 3243 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3246 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CursorVisitor.h | 240 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 239 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
|
/external/llvm-project/clang/lib/AST/ |
D | DeclCXX.cpp | 3084 void UnresolvedUsingValueDecl::anchor() {} in anchor() 3086 UnresolvedUsingValueDecl * 3087 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3092 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create() 3097 UnresolvedUsingValueDecl * 3098 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 3099 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized() 3106 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
|
D | DeclPrinter.cpp | 99 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1585 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
D | ComputeDependence.cpp | 671 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 3583 class UnresolvedUsingValueDecl : public ValueDecl, 3584 public Mergeable<UnresolvedUsingValueDecl> { 3598 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3646 static UnresolvedUsingValueDecl * 3651 static UnresolvedUsingValueDecl * 3657 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3660 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
D | TextNodeDumper.h | 354 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
/external/llvm-project/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 444 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument 445 RangeVerifier<UnresolvedUsingValueDecl> Verifier; in TEST()
|
/external/llvm-project/clang/lib/Index/ |
D | USRGeneration.cpp | 104 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 989 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
D | IndexDecl.cpp | 620 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
/external/clang/include/clang/Sema/ |
D | Lookup.h | 697 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Lookup.h | 714 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FindTarget.cpp | 380 } else if (const UnresolvedUsingValueDecl *UUVD = in add() 381 dyn_cast<UnresolvedUsingValueDecl>(D)) { in add()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 106 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 302 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1444 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 2763 if (auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity() 2764 auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity() 3271 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 361 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1692 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 3239 if (const auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity() 3240 const auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity() 3846 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2493 ::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 4477 static bool isInstantiationOf(UnresolvedUsingValueDecl *Pattern, in isInstantiationOf() 4515 if (UnresolvedUsingValueDecl *UUD in isInstantiationOf() 4516 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in isInstantiationOf()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 190 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl()
|
/external/llvm-project/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 839 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
|