Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp3215 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 DDeclCXX.h3953 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 DRecursiveASTVisitor.h1969 DEF_TRAVERSE_DECL(UnresolvedUsingIfExistsDecl, {})
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp617 if (isa<UnresolvedUsingIfExistsDecl>(I->getUnderlyingDecl())) in VisitUsingDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp333 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D);
1891 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
3720 D = UnresolvedUsingIfExistsDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp72 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D);
1379 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3194 dyn_cast<UnresolvedUsingIfExistsDecl>(Shadow->getTargetDecl())) { in VisitBaseUsingDecls()
3195 InstTarget = UnresolvedUsingIfExistsDecl::Create( in VisitBaseUsingDecls()
3446 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
H A DSemaDeclCXX.cpp11981 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 DSemaDecl.cpp499 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 DSemaExpr.cpp94 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()