Searched refs:UnresolvedUsingIfExistsDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3302 UnresolvedUsingIfExistsDecl * 3303 UnresolvedUsingIfExistsDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create() 3305 return new (Ctx, DC) UnresolvedUsingIfExistsDecl(DC, Loc, Name); in Create() 3308 UnresolvedUsingIfExistsDecl * 3309 UnresolvedUsingIfExistsDecl::CreateDeserialized(ASTContext &Ctx, in CreateDeserialized() 3312 UnresolvedUsingIfExistsDecl(nullptr, SourceLocation(), DeclarationName()); in CreateDeserialized() 3315 UnresolvedUsingIfExistsDecl::UnresolvedUsingIfExistsDecl(DeclContext *DC, in UnresolvedUsingIfExistsDecl() function in UnresolvedUsingIfExistsDecl 3320 void UnresolvedUsingIfExistsDecl::anchor() {} in anchor()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4047 class UnresolvedUsingIfExistsDecl final : public NamedDecl { 4048 UnresolvedUsingIfExistsDecl(DeclContext *DC, SourceLocation Loc, 4054 static UnresolvedUsingIfExistsDecl *Create(ASTContext &Ctx, DeclContext *DC, 4057 static UnresolvedUsingIfExistsDecl *CreateDeserialized(ASTContext &Ctx,
|
| H A D | RecursiveASTVisitor.h | 2005 DEF_TRAVERSE_DECL(UnresolvedUsingIfExistsDecl, {})
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 617 if (isa<UnresolvedUsingIfExistsDecl>(I->getUnderlyingDecl())) in VisitUsingDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 340 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D); 1955 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl() 3913 D = UnresolvedUsingIfExistsDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 75 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D); 1492 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3312 dyn_cast<UnresolvedUsingIfExistsDecl>(Shadow->getTargetDecl())) { in VisitBaseUsingDecls() 3313 InstTarget = UnresolvedUsingIfExistsDecl::Create( in VisitBaseUsingDecls() 3568 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
|
| H A D | SemaDeclCXX.cpp | 12337 if (isa<UnresolvedUsingIfExistsDecl>(D1) && in IsEquivalentForUsingDecl() 12338 isa<UnresolvedUsingIfExistsDecl>(D2)) in IsEquivalentForUsingDecl() 12451 if (isa<UnresolvedUsingIfExistsDecl>(Target) != in CheckUsingShadowDecl() 12452 (isa_and_nonnull<UnresolvedUsingIfExistsDecl>(NonTag))) { in CheckUsingShadowDecl() 12837 R.addDecl(UnresolvedUsingIfExistsDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration() 12915 !R.getAsSingle<UnresolvedUsingIfExistsDecl>()) { in BuildUsingDeclaration()
|
| H A D | SemaDecl.cpp | 470 if (isa<TypeDecl, ObjCInterfaceDecl, UnresolvedUsingIfExistsDecl>( in getTypeName() 529 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() 1185 if (auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(FirstDecl)) { in ClassifyName()
|
| H A D | SemaExpr.cpp | 100 if (isa<UnresolvedUsingIfExistsDecl>(D)) in CanUseDecl() 359 if (const auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(D)) { in DiagnoseUseOfDecl() 3224 if (!isa<ValueDecl, UnresolvedUsingIfExistsDecl>(D)) { in BuildDeclarationNameExpr()
|