Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/lib/AST/
H A DDeclCXX.cpp2245 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 DDeclPrinter.cpp91 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1359 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DExprCXX.cpp280 isa<UnresolvedUsingValueDecl>(*I)) { in OverloadExpr()
1196 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
H A DASTDumper.cpp475 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
1486 void ASTDumper::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DDecl.cpp1550 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 DDeclCXX.h3185 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 DSourceLocationTest.cpp299 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/
DDeclCXX.h3861 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()
DTextNodeDumper.h384 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclCXX.h3854 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()
DTextNodeDumper.h381 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclCXX.h3854 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()
DTextNodeDumper.h381 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclCXX.h3854 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()
DTextNodeDumper.h371 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
/aosp_15_r20/external/clang/tools/libclang/
H A DCursorVisitor.h239 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
/aosp_15_r20/external/clang/include/clang/Sema/
H A DLookup.h697 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DLookup.h779 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DLookup.h779 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DLookup.h778 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DLookup.h784 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp302 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 DASTWriterDecl.cpp87 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1149 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/aosp_15_r20/external/clang/lib/Index/
H A DUSRGeneration.cpp106 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2493 ::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()

12