| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | HeuristicResolver.h | 26 class UnresolvedUsingValueDecl; variable 61 resolveUsingValueDecl(const UnresolvedUsingValueDecl *UUVD) const;
|
| H A D | Lookup.h | 786 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HeuristicResolver.cpp | 42 resolveUsingValueDecl(const UnresolvedUsingValueDecl *UUVD); 350 const UnresolvedUsingValueDecl *UUVD) { in resolveUsingValueDecl() 580 const UnresolvedUsingValueDecl *UUVD) const { in resolveUsingValueDecl()
|
| H A D | SemaTemplateVariadic.cpp | 222 TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) override { in TraverseUnresolvedUsingValueDecl()
|
| H A D | SemaLookup.cpp | 483 isa<UnresolvedUsingValueDecl>(D); in canHideTag() 503 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind() 596 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
|
| H A D | SemaTemplate.cpp | 141 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl() 283 if (isa<UnresolvedUsingValueDecl>(D)) { in isTemplateName() 11100 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() 11101 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| H A D | SemaDeclCXX.cpp | 6987 if (((isa<FieldDecl>(D) || isa<UnresolvedUsingValueDecl>(D)) && in CheckCompletedCXXClass() 12752 !isa<UnresolvedUsingValueDecl>(Target) && in CheckUsingShadowDecl() 13118 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration() 13355 assert(isa<UnresolvedUsingValueDecl>(InstantiatedFrom) || in BuildUsingPackDecl() 13417 isa<UnresolvedUsingValueDecl>(D) || isa<EnumConstantDecl>(D); in CheckUsingDeclRedeclaration() 13440 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() 13441 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4108 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 6678 if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(D)) in isInstantiationOf()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3474 void UnresolvedUsingValueDecl::anchor() {} in anchor() 3476 UnresolvedUsingValueDecl * 3477 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3482 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create() 3487 UnresolvedUsingValueDecl * 3488 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID) { in CreateDeserialized() 3489 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized() 3496 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
|
| H A D | DeclPrinter.cpp | 102 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1777 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | ComputeDependence.cpp | 809 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
|
| H A D | Decl.cpp | 1889 if (const auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces() 1893 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
|
| H A D | ExprCXX.cpp | 1587 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
|
| H A D | ASTContext.cpp | 1588 isa<UnresolvedUsingValueDecl>(Pattern) || in setInstantiatedFromUsingDecl() 1592 isa<UnresolvedUsingValueDecl>(Inst) || in setInstantiatedFromUsingDecl() 7694 if (const auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity() 7695 const auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity() 10285 isa<UnresolvedUsingValueDecl>(D) || in getOverloadedTemplateName()
|
| H A D | TextNodeDumper.cpp | 2802 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3930 class UnresolvedUsingValueDecl : public ValueDecl, 3931 public Mergeable<UnresolvedUsingValueDecl> { 3945 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3993 static UnresolvedUsingValueDecl * 3998 static UnresolvedUsingValueDecl *CreateDeserialized(ASTContext &C, 4004 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 4007 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| H A D | TextNodeDumper.h | 388 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
|
| H A D | RecursiveASTVisitor.h | 2156 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 102 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 1081 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | IndexDecl.cpp | 642 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 894 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 360 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1957 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 3984 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 102 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1648 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1558 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1873 UnresolvedUsingValueDecl>
|