Home
last modified time | relevance | path

Searched refs:UnresolvedUsingIfExistsDecl (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp3174 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 DDeclCXX.h3925 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 DRecursiveASTVisitor.h1976 DEF_TRAVERSE_DECL(UnresolvedUsingIfExistsDecl, {})
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp617 if (isa<UnresolvedUsingIfExistsDecl>(I->getUnderlyingDecl())) in VisitUsingDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp332 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D);
1828 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
3631 D = UnresolvedUsingIfExistsDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp71 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D);
1359 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3129 dyn_cast<UnresolvedUsingIfExistsDecl>(Shadow->getTargetDecl())) { in VisitBaseUsingDecls()
3130 InstTarget = UnresolvedUsingIfExistsDecl::Create( in VisitBaseUsingDecls()
3379 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
H A DSemaDeclCXX.cpp11873 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 DSemaDecl.cpp441 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 DSemaExpr.cpp93 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()