/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3165 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 D | DeclPrinter.cpp | 100 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1640 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
H A D | ComputeDependence.cpp | 747 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
|
H A D | Decl.cpp | 1840 if (auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces() 1844 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
|
H A D | ExprCXX.cpp | 1513 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
|
H A D | TextNodeDumper.cpp | 2179 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
H A D | ASTContext.cpp | 1543 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 D | ASTImporter.cpp | 550 ExpectedDecl VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 5023 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 5045 UnresolvedUsingValueDecl *ToUsingValue; in VisitUnresolvedUsingValueDecl()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3774 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 D | TextNodeDumper.h | 364 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
H A D | RecursiveASTVisitor.h | 2084 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CursorVisitor.h | 247 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
|
/openbsd-src/gnu/llvm/clang/lib/Index/ |
H A D | USRGeneration.cpp | 104 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 1033 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
H A D | IndexDecl.cpp | 642 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Lookup.h | 739 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 191 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl()
|
H A D | SemaLookup.cpp | 478 isa<UnresolvedUsingValueDecl>(D); in canHideTag() 498 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind() 568 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
|
H A D | SemaTemplate.cpp | 140 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 D | SemaDeclCXX.cpp | 6836 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 D | SemaTemplateInstantiateDecl.cpp | 3441 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 5912 if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(D)) in isInstantiationOf()
|
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 864 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 364 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1872 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 3714 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
H A D | ASTWriterDecl.cpp | 89 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1360 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 1565 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()
|
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1822 UnresolvedUsingValueDecl>
|