Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3525 UnresolvedUsingIfExistsDecl *
3526 UnresolvedUsingIfExistsDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create()
3528 return new (Ctx, DC) UnresolvedUsingIfExistsDecl(DC, Loc, Name); in Create()
3531 UnresolvedUsingIfExistsDecl *
3532 UnresolvedUsingIfExistsDecl::CreateDeserialized(ASTContext &Ctx, in CreateDeserialized()
3535 UnresolvedUsingIfExistsDecl(nullptr, SourceLocation(), DeclarationName()); in CreateDeserialized()
3538 UnresolvedUsingIfExistsDecl::UnresolvedUsingIfExistsDecl(DeclContext *DC, in UnresolvedUsingIfExistsDecl() function in UnresolvedUsingIfExistsDecl
3543 void UnresolvedUsingIfExistsDecl::anchor() {} in anchor()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4109 class UnresolvedUsingIfExistsDecl final : public NamedDecl {
4110 UnresolvedUsingIfExistsDecl(DeclContext *DC, SourceLocation Loc,
4116 static UnresolvedUsingIfExistsDecl *Create(ASTContext &Ctx, DeclContext *DC,
4119 static UnresolvedUsingIfExistsDecl *CreateDeserialized(ASTContext &Ctx,
H A DRecursiveASTVisitor.h2043 DEF_TRAVERSE_DECL(UnresolvedUsingIfExistsDecl, {})
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp617 if (isa<UnresolvedUsingIfExistsDecl>(I->getUnderlyingDecl())) in VisitUsingDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp331 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D);
1976 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
3990 D = UnresolvedUsingIfExistsDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp87 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D);
1667 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3857 dyn_cast<UnresolvedUsingIfExistsDecl>(Shadow->getTargetDecl())) { in VisitBaseUsingDecls()
3858 InstTarget = UnresolvedUsingIfExistsDecl::Create( in VisitBaseUsingDecls()
4113 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
H A DSemaDeclCXX.cpp12664 if (isa<UnresolvedUsingIfExistsDecl>(D1) && in IsEquivalentForUsingDecl()
12665 isa<UnresolvedUsingIfExistsDecl>(D2)) in IsEquivalentForUsingDecl()
12778 if (isa<UnresolvedUsingIfExistsDecl>(Target) != in CheckUsingShadowDecl()
12779 (isa_and_nonnull<UnresolvedUsingIfExistsDecl>(NonTag))) { in CheckUsingShadowDecl()
13168 R.addDecl(UnresolvedUsingIfExistsDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration()
13247 !R.getAsSingle<UnresolvedUsingIfExistsDecl>()) { in BuildUsingDeclaration()
H A DSemaDecl.cpp496 if (isa<TypeDecl, ObjCInterfaceDecl, UnresolvedUsingIfExistsDecl>( in getTypeName()
547 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName()
1202 if (auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(FirstDecl)) { in ClassifyName()
H A DSemaExpr.cpp102 if (isa<UnresolvedUsingIfExistsDecl>(D)) in CanUseDecl()
367 if (const auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(D)) { in DiagnoseUseOfDecl()
3278 if (!isa<ValueDecl, UnresolvedUsingIfExistsDecl>(D)) { in BuildDeclarationNameExpr()