Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DHeuristicResolver.h26 class UnresolvedUsingValueDecl; variable
61 resolveUsingValueDecl(const UnresolvedUsingValueDecl *UUVD) const;
H A DLookup.h786 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in checkUnresolved()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp42 resolveUsingValueDecl(const UnresolvedUsingValueDecl *UUVD);
350 const UnresolvedUsingValueDecl *UUVD) { in resolveUsingValueDecl()
580 const UnresolvedUsingValueDecl *UUVD) const { in resolveUsingValueDecl()
H A DSemaTemplateVariadic.cpp222 TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) override { in TraverseUnresolvedUsingValueDecl()
H A DSemaLookup.cpp483 isa<UnresolvedUsingValueDecl>(D); in canHideTag()
503 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind()
596 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
H A DSemaTemplate.cpp141 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 DSemaDeclCXX.cpp6987 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 DSemaTemplateInstantiateDecl.cpp4108 UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
6678 if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(D)) in isInstantiationOf()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3474 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 DDeclPrinter.cpp102 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1777 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DComputeDependence.cpp809 isa<UnresolvedUsingValueDecl>(D)) in computeDependence()
H A DDecl.cpp1889 if (const auto *UUVD = dyn_cast<UnresolvedUsingValueDecl>(this)) { in declarationReplaces()
1893 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
H A DExprCXX.cpp1587 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
H A DASTContext.cpp1588 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 DTextNodeDumper.cpp2802 const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3930 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 DTextNodeDumper.h388 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
H A DRecursiveASTVisitor.h2156 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp102 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
1081 void USRGenerator::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
H A DIndexDecl.cpp642 bool VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp894 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp360 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1957 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
3984 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp102 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
1648 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1558 bool WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *S) { in WalkUpFromUnresolvedUsingValueDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1873 UnresolvedUsingValueDecl>

12