| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclCXX.cpp | 2998 void UnresolvedUsingValueDecl::anchor() {} in anchor() 3000 UnresolvedUsingValueDecl * 3001 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3006 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create() 3011 UnresolvedUsingValueDecl * 3012 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 3013 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized() 3020 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
|
| HD | DeclPrinter.cpp | 99 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1594 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| HD | ExprCXX.cpp | 477 isa<UnresolvedUsingValueDecl>(*I)) { in OverloadExpr() 1485 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
|
| HD | TextNodeDumper.cpp | 1754 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| HD | Decl.cpp | 1732 if (auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces() 1736 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
|
| HD | ASTImporter.cpp | 527 ExpectedDecl VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 4548 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 4571 UnresolvedUsingValueDecl *ToUsingValue; in VisitUnresolvedUsingValueDecl()
|
| HD | ASTContext.cpp | 1583 isa<UnresolvedUsingValueDecl>(Pattern) || in setInstantiatedFromUsingDecl() 1587 isa<UnresolvedUsingValueDecl>(Inst) || in setInstantiatedFromUsingDecl() 7884 isa<UnresolvedUsingValueDecl>(D) || in getOverloadedTemplateName()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | DeclCXX.h | 3588 class UnresolvedUsingValueDecl : public ValueDecl, 3589 public Mergeable<UnresolvedUsingValueDecl> { 3603 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3651 static UnresolvedUsingValueDecl * 3656 static UnresolvedUsingValueDecl * 3662 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3665 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| HD | TextNodeDumper.h | 330 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
| HD | RecursiveASTVisitor.h | 1955 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | USRGeneration.cpp | 103 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 984 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| HD | IndexDecl.cpp | 615 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Lookup.h | 714 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| HD | BuildTree.cpp | 581 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 358 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1653 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 3221 if (const auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity() 3222 const auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity() 3809 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| HD | ASTWriterDecl.cpp | 88 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1312 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplateVariadic.cpp | 190 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl()
|
| HD | SemaLookup.cpp | 471 isa<UnresolvedUsingValueDecl>(D); in canHideTag() 491 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind() 560 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
|
| HD | SemaDeclCXX.cpp | 6371 if (((isa<FieldDecl>(D) || isa<UnresolvedUsingValueDecl>(D)) && in CheckCompletedCXXClass() 11311 !isa<UnresolvedUsingValueDecl>(Target) && in CheckUsingShadowDecl() 11680 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration() 11855 assert(isa<UnresolvedUsingValueDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 11921 isa<UnresolvedUsingValueDecl>(D) || isa<EnumConstantDecl>(D); in CheckUsingDeclRedeclaration() 11942 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() 11943 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| HD | SemaTemplate.cpp | 137 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl() 275 if (isa<UnresolvedUsingValueDecl>(D)) { in isTemplateName() 10391 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() 10392 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| HD | SemaTemplateInstantiateDecl.cpp | 3141 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 5541 if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(D)) in isInstantiationOf()
|
| HD | SemaCodeComplete.cpp | 2608 } else if (isa<UnresolvedUsingValueDecl>(ND)) { in AddResultTypeChunk()
|
| HD | SemaOverload.cpp | 1085 } else if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(OldD)) { in CheckOverload()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| HD | ASTMatchersInternal.cpp | 719 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 1691 UnresolvedUsingValueDecl>
|