Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3269 UnresolvedUsingIfExistsDecl *
3270 UnresolvedUsingIfExistsDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create()
3272 return new (Ctx, DC) UnresolvedUsingIfExistsDecl(DC, Loc, Name); in Create()
3275 UnresolvedUsingIfExistsDecl *
3276 UnresolvedUsingIfExistsDecl::CreateDeserialized(ASTContext &Ctx, unsigned ID) { in CreateDeserialized()
3278 UnresolvedUsingIfExistsDecl(nullptr, SourceLocation(), DeclarationName()); in CreateDeserialized()
3281 UnresolvedUsingIfExistsDecl::UnresolvedUsingIfExistsDecl(DeclContext *DC, in UnresolvedUsingIfExistsDecl() function in UnresolvedUsingIfExistsDecl
3286 void UnresolvedUsingIfExistsDecl::anchor() {} in anchor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4033 class UnresolvedUsingIfExistsDecl final : public NamedDecl {
4034 UnresolvedUsingIfExistsDecl(DeclContext *DC, SourceLocation Loc,
4040 static UnresolvedUsingIfExistsDecl *Create(ASTContext &Ctx, DeclContext *DC,
4043 static UnresolvedUsingIfExistsDecl *CreateDeserialized(ASTContext &Ctx,
H A DRecursiveASTVisitor.h1950 DEF_TRAVERSE_DECL(UnresolvedUsingIfExistsDecl, {})
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp617 if (isa<UnresolvedUsingIfExistsDecl>(I->getUnderlyingDecl())) in VisitUsingDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp345 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D);
1968 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
3888 D = UnresolvedUsingIfExistsDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp72 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D);
1454 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3266 dyn_cast<UnresolvedUsingIfExistsDecl>(Shadow->getTargetDecl())) { in VisitBaseUsingDecls()
3267 InstTarget = UnresolvedUsingIfExistsDecl::Create( in VisitBaseUsingDecls()
3518 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
H A DSemaDeclCXX.cpp12420 if (isa<UnresolvedUsingIfExistsDecl>(D1) && in IsEquivalentForUsingDecl()
12421 isa<UnresolvedUsingIfExistsDecl>(D2)) in IsEquivalentForUsingDecl()
12537 if (isa<UnresolvedUsingIfExistsDecl>(Target) != in CheckUsingShadowDecl()
12538 (isa_and_nonnull<UnresolvedUsingIfExistsDecl>(NonTag))) { in CheckUsingShadowDecl()
12961 R.addDecl(UnresolvedUsingIfExistsDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration()
13039 !R.getAsSingle<UnresolvedUsingIfExistsDecl>()) { in BuildUsingDeclaration()
H A DSemaDecl.cpp518 if (isa<TypeDecl, ObjCInterfaceDecl, UnresolvedUsingIfExistsDecl>( in getTypeName()
577 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName()
1248 if (auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(FirstDecl)) { in ClassifyName()
H A DSemaExpr.cpp96 if (isa<UnresolvedUsingIfExistsDecl>(D)) in CanUseDecl()
365 if (const auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(D)) { in DiagnoseUseOfDecl()
3487 if (!isa<ValueDecl, UnresolvedUsingIfExistsDecl>(D)) { in BuildDeclarationNameExpr()