Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp3103 void UnresolvedUsingValueDecl::anchor() {} in anchor()
3105 UnresolvedUsingValueDecl *
3106 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3111 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
3116 UnresolvedUsingValueDecl *
3117 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
3118 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized()
3125 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
H A DDeclPrinter.cpp99 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1619 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DComputeDependence.cpp715 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
H A DDecl.cpp1770 if (auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces()
1774 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
H A DExprCXX.cpp1442 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
H A DTextNodeDumper.cpp2065 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DASTContext.cpp1563 isa<UnresolvedUsingValueDecl>(Pattern) || in setInstantiatedFromUsingDecl()
1567 isa<UnresolvedUsingValueDecl>(Inst) || in setInstantiatedFromUsingDecl()
8398 isa<UnresolvedUsingValueDecl>(D) || in getOverloadedTemplateName()
H A DASTImporter.cpp515 ExpectedDecl VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
4697 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
4719 UnresolvedUsingValueDecl *ToUsingValue; in VisitUnresolvedUsingValueDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3604 class UnresolvedUsingValueDecl : public ValueDecl,
3605 public Mergeable<UnresolvedUsingValueDecl> {
3619 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function
3667 static UnresolvedUsingValueDecl *
3672 static UnresolvedUsingValueDecl *
3678 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl()
3681 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
H A DTextNodeDumper.h352 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
H A DRecursiveASTVisitor.h1958 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h240 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp104 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
991 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DIndexDecl.cpp620 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h714 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp361 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1692 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
3241 if (const auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity()
3242 const auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity()
3848 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp87 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1318 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp190 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl()
H A DSemaLookup.cpp475 isa<UnresolvedUsingValueDecl>(D); in canHideTag()
495 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind()
564 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
H A DSemaDeclCXX.cpp6683 if (((isa<FieldDecl>(D) || isa<UnresolvedUsingValueDecl>(D)) && in CheckCompletedCXXClass()
11716 !isa<UnresolvedUsingValueDecl>(Target) && in CheckUsingShadowDecl()
12085 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration()
12259 assert(isa<UnresolvedUsingValueDecl>(InstantiatedFrom) || in BuildUsingPackDecl()
12325 isa<UnresolvedUsingValueDecl>(D) || isa<EnumConstantDecl>(D); in CheckUsingDeclRedeclaration()
12346 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration()
12347 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in CheckUsingDeclRedeclaration()
H A DSemaTemplate.cpp137 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl()
276 if (isa<UnresolvedUsingValueDecl>(D)) { in isTemplateName()
10639 if (UnresolvedUsingValueDecl *Using in CheckTypenameType()
10640 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
H A DSemaTemplateInstantiateDecl.cpp3204 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
5680 if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(D)) in isInstantiationOf()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp848 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1560 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1796 UnresolvedUsingValueDecl>

12