Searched refs:UnresolvedUsingIfExistsDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3525 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 D | DeclCXX.h | 4109 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 D | RecursiveASTVisitor.h | 2043 DEF_TRAVERSE_DECL(UnresolvedUsingIfExistsDecl, {})
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 617 if (isa<UnresolvedUsingIfExistsDecl>(I->getUnderlyingDecl())) in VisitUsingDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 331 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D); 1976 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl() 3990 D = UnresolvedUsingIfExistsDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 87 void VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl *D); 1667 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3857 dyn_cast<UnresolvedUsingIfExistsDecl>(Shadow->getTargetDecl())) { in VisitBaseUsingDecls() 3858 InstTarget = UnresolvedUsingIfExistsDecl::Create( in VisitBaseUsingDecls() 4113 UnresolvedUsingIfExistsDecl *D) { in VisitUnresolvedUsingIfExistsDecl()
|
| H A D | SemaDeclCXX.cpp | 12664 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 D | SemaDecl.cpp | 496 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 D | SemaExpr.cpp | 102 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()
|