Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp3165 void UnresolvedUsingValueDecl::anchor() {} in anchor()
3167 UnresolvedUsingValueDecl *
3168 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3173 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
3178 UnresolvedUsingValueDecl *
3179 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
3180 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized()
3187 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
H A DDeclPrinter.cpp100 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1640 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DComputeDependence.cpp747 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
H A DDecl.cpp1840 if (auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces()
1844 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
H A DExprCXX.cpp1513 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
H A DTextNodeDumper.cpp2179 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DASTContext.cpp1543 isa<UnresolvedUsingValueDecl>(Pattern) || in setInstantiatedFromUsingDecl()
1547 isa<UnresolvedUsingValueDecl>(Inst) || in setInstantiatedFromUsingDecl()
6704 if (const auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity()
6705 const auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity()
9158 isa<UnresolvedUsingValueDecl>(D) || in getOverloadedTemplateName()
H A DASTImporter.cpp550 ExpectedDecl VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
5023 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
5045 UnresolvedUsingValueDecl *ToUsingValue; in VisitUnresolvedUsingValueDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h3774 class UnresolvedUsingValueDecl : public ValueDecl,
3775 public Mergeable<UnresolvedUsingValueDecl> {
3789 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function
3837 static UnresolvedUsingValueDecl *
3842 static UnresolvedUsingValueDecl *
3848 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl()
3851 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
H A DTextNodeDumper.h364 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
H A DRecursiveASTVisitor.h2084 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCursorVisitor.h247 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp104 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
1033 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DIndexDecl.cpp642 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DLookup.h739 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp191 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl()
H A DSemaLookup.cpp478 isa<UnresolvedUsingValueDecl>(D); in canHideTag()
498 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind()
568 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
H A DSemaTemplate.cpp140 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl()
281 if (isa<UnresolvedUsingValueDecl>(D)) { in isTemplateName()
10999 if (UnresolvedUsingValueDecl *Using in CheckTypenameType()
11000 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
H A DSemaDeclCXX.cpp6836 if (((isa<FieldDecl>(D) || isa<UnresolvedUsingValueDecl>(D)) && in CheckCompletedCXXClass()
12072 !isa<UnresolvedUsingValueDecl>(Target) && in CheckUsingShadowDecl()
12472 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration()
12705 assert(isa<UnresolvedUsingValueDecl>(InstantiatedFrom) || in BuildUsingPackDecl()
12771 isa<UnresolvedUsingValueDecl>(D) || isa<EnumConstantDecl>(D); in CheckUsingDeclRedeclaration()
12794 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration()
12795 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in CheckUsingDeclRedeclaration()
H A DSemaTemplateInstantiateDecl.cpp3441 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
5912 if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(D)) in isInstantiationOf()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp864 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp364 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1872 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
3714 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp89 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1360 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1565 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1822 UnresolvedUsingValueDecl>

12