Searched refs:UnresolvedUsingIfExistsDecl (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3174 UnresolvedUsingIfExistsDecl * 3175 UnresolvedUsingIfExistsDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create() 3177 return new (Ctx, DC) UnresolvedUsingIfExistsDecl(DC, Loc, Name); in Create() 3180 UnresolvedUsingIfExistsDecl * 3181 UnresolvedUsingIfExistsDecl::CreateDeserialized(ASTContext &Ctx, unsigned ID) { in CreateDeserialized() 3183 UnresolvedUsingIfExistsDecl(nullptr, SourceLocation(), DeclarationName()); in CreateDeserialized() 3186 UnresolvedUsingIfExistsDecl::UnresolvedUsingIfExistsDecl(DeclContext *DC, in UnresolvedUsingIfExistsDecl() function in UnresolvedUsingIfExistsDecl 3191 void UnresolvedUsingIfExistsDecl::anchor() {} in anchor()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3925 class UnresolvedUsingIfExistsDecl final : public NamedDecl { 3926 UnresolvedUsingIfExistsDecl(DeclContext *DC, SourceLocation Loc, 3932 static UnresolvedUsingIfExistsDecl *Create(ASTContext &Ctx, DeclContext *DC, 3935 static UnresolvedUsingIfExistsDecl *CreateDeserialized(ASTContext &Ctx,
|
| H A D | RecursiveASTVisitor.h | 1976 DEF_TRAVERSE_DECL(UnresolvedUsingIfExistsDecl, {})
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 617 if (isa<UnresolvedUsingIfExistsDecl>(I->getUnderlyingDecl())) in VisitUsingDecl()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 332 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D); 1828 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl() 3631 D = UnresolvedUsingIfExistsDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 71 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D); 1359 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3129 dyn_cast<UnresolvedUsingIfExistsDecl>(Shadow->getTargetDecl())) { in VisitBaseUsingDecls() 3130 InstTarget = UnresolvedUsingIfExistsDecl::Create( in VisitBaseUsingDecls() 3379 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
|
| H A D | SemaDeclCXX.cpp | 11873 if (isa<UnresolvedUsingIfExistsDecl>(D1) && in IsEquivalentForUsingDecl() 11874 isa<UnresolvedUsingIfExistsDecl>(D2)) in IsEquivalentForUsingDecl() 11990 if (isa<UnresolvedUsingIfExistsDecl>(Target) != in CheckUsingShadowDecl() 11991 (isa_and_nonnull<UnresolvedUsingIfExistsDecl>(NonTag))) { in CheckUsingShadowDecl() 12414 R.addDecl(UnresolvedUsingIfExistsDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration() 12492 !R.getAsSingle<UnresolvedUsingIfExistsDecl>()) { in BuildUsingDeclaration()
|
| H A D | SemaDecl.cpp | 441 if (isa<TypeDecl, ObjCInterfaceDecl, UnresolvedUsingIfExistsDecl>( in getTypeName() 500 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() 530 !isa<ObjCInterfaceDecl, UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() 1196 if (auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(FirstDecl)) { in ClassifyName()
|
| H A D | SemaExpr.cpp | 93 if (isa<UnresolvedUsingIfExistsDecl>(D)) in CanUseDecl() 361 if (const auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(D)) { in DiagnoseUseOfDecl() 3283 if (!isa<ValueDecl, UnresolvedUsingIfExistsDecl>(D)) { in BuildDeclarationNameExpr()
|