Searched refs:UnresolvedUsingIfExistsDecl (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3215 UnresolvedUsingIfExistsDecl * 3216 UnresolvedUsingIfExistsDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create() 3218 return new (Ctx, DC) UnresolvedUsingIfExistsDecl(DC, Loc, Name); in Create() 3221 UnresolvedUsingIfExistsDecl * 3222 UnresolvedUsingIfExistsDecl::CreateDeserialized(ASTContext &Ctx, unsigned ID) { in CreateDeserialized() 3224 UnresolvedUsingIfExistsDecl(nullptr, SourceLocation(), DeclarationName()); in CreateDeserialized() 3227 UnresolvedUsingIfExistsDecl::UnresolvedUsingIfExistsDecl(DeclContext *DC, in UnresolvedUsingIfExistsDecl() function in UnresolvedUsingIfExistsDecl 3232 void UnresolvedUsingIfExistsDecl::anchor() {} in anchor()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3953 class UnresolvedUsingIfExistsDecl final : public NamedDecl { 3954 UnresolvedUsingIfExistsDecl(DeclContext *DC, SourceLocation Loc, 3960 static UnresolvedUsingIfExistsDecl *Create(ASTContext &Ctx, DeclContext *DC, 3963 static UnresolvedUsingIfExistsDecl *CreateDeserialized(ASTContext &Ctx,
|
| H A D | RecursiveASTVisitor.h | 1969 DEF_TRAVERSE_DECL(UnresolvedUsingIfExistsDecl, {})
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 617 if (isa<UnresolvedUsingIfExistsDecl>(I->getUnderlyingDecl())) in VisitUsingDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 333 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D); 1891 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl() 3720 D = UnresolvedUsingIfExistsDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 72 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D); 1379 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3194 dyn_cast<UnresolvedUsingIfExistsDecl>(Shadow->getTargetDecl())) { in VisitBaseUsingDecls() 3195 InstTarget = UnresolvedUsingIfExistsDecl::Create( in VisitBaseUsingDecls() 3446 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
|
| H A D | SemaDeclCXX.cpp | 11981 if (isa<UnresolvedUsingIfExistsDecl>(D1) && in IsEquivalentForUsingDecl() 11982 isa<UnresolvedUsingIfExistsDecl>(D2)) in IsEquivalentForUsingDecl() 12098 if (isa<UnresolvedUsingIfExistsDecl>(Target) != in CheckUsingShadowDecl() 12099 (isa_and_nonnull<UnresolvedUsingIfExistsDecl>(NonTag))) { in CheckUsingShadowDecl() 12522 R.addDecl(UnresolvedUsingIfExistsDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration() 12600 !R.getAsSingle<UnresolvedUsingIfExistsDecl>()) { in BuildUsingDeclaration()
|
| H A D | SemaDecl.cpp | 499 if (isa<TypeDecl, ObjCInterfaceDecl, UnresolvedUsingIfExistsDecl>( in getTypeName() 558 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() 1223 if (auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(FirstDecl)) { in ClassifyName()
|
| H A D | SemaExpr.cpp | 94 if (isa<UnresolvedUsingIfExistsDecl>(D)) in CanUseDecl() 365 if (const auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(D)) { in DiagnoseUseOfDecl() 3289 if (!isa<ValueDecl, UnresolvedUsingIfExistsDecl>(D)) { in BuildDeclarationNameExpr()
|