/aosp_15_r20/external/clang/lib/AST/ |
H A 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()
|
H A D | DeclPrinter.cpp | 91 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1359 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
H A D | ExprCXX.cpp | 280 isa<UnresolvedUsingValueDecl>(*I)) { in OverloadExpr() 1196 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
|
H A D | ASTDumper.cpp | 475 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 1486 void ASTDumper::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
H A D | Decl.cpp | 1550 if (auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces() 1554 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A 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()
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | SourceLocationTest.cpp | 299 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument 300 RangeVerifier<UnresolvedUsingValueDecl> Verifier; in TEST()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | DeclCXX.h | 3861 class UnresolvedUsingValueDecl : public ValueDecl, 3862 public Mergeable<UnresolvedUsingValueDecl> { 3876 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3924 static UnresolvedUsingValueDecl * 3929 static UnresolvedUsingValueDecl *CreateDeserialized(ASTContext &C, 3935 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3938 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
D | TextNodeDumper.h | 384 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | DeclCXX.h | 3854 class UnresolvedUsingValueDecl : public ValueDecl, 3855 public Mergeable<UnresolvedUsingValueDecl> { 3869 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3917 static UnresolvedUsingValueDecl * 3922 static UnresolvedUsingValueDecl * 3928 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3931 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
D | TextNodeDumper.h | 381 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | DeclCXX.h | 3854 class UnresolvedUsingValueDecl : public ValueDecl, 3855 public Mergeable<UnresolvedUsingValueDecl> { 3869 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3917 static UnresolvedUsingValueDecl * 3922 static UnresolvedUsingValueDecl * 3928 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3931 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
D | TextNodeDumper.h | 381 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | DeclCXX.h | 3854 class UnresolvedUsingValueDecl : public ValueDecl, 3855 public Mergeable<UnresolvedUsingValueDecl> { 3869 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3917 static UnresolvedUsingValueDecl * 3922 static UnresolvedUsingValueDecl * 3928 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3931 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
D | TextNodeDumper.h | 371 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CursorVisitor.h | 239 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | Lookup.h | 697 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Lookup.h | 779 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Lookup.h | 779 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Lookup.h | 778 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Lookup.h | 784 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A 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()
|
H A D | ASTWriterDecl.cpp | 87 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1149 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | USRGeneration.cpp | 106 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A 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()
|