Searched refs:ConstructorUsingShadowDecl (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 58 class ConstructorUsingShadowDecl; variable 2514 ConstructorUsingShadowDecl *Shadow = nullptr; 2519 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor() 2525 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl() 3605 class ConstructorUsingShadowDecl final : public UsingShadowDecl { 3609 ConstructorUsingShadowDecl *NominatedBaseClassShadowDecl = nullptr; 3615 ConstructorUsingShadowDecl *ConstructedBaseClassShadowDecl = nullptr; 3623 ConstructorUsingShadowDecl(ASTContext &C, DeclContext *DC, SourceLocation Loc, in ConstructorUsingShadowDecl() function 3630 dyn_cast<ConstructorUsingShadowDecl>(Target)), in ConstructorUsingShadowDecl() 3644 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl() function [all …]
|
H A D | ASTMutationListener.h | 19 class ConstructorUsingShadowDecl; variable
|
H A D | TextNodeDumper.h | 390 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
|
H A D | RecursiveASTVisitor.h | 1772 DEF_TRAVERSE_DECL(ConstructorUsingShadowDecl, {})
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3136 void ConstructorUsingShadowDecl::anchor() {} in anchor() 3138 ConstructorUsingShadowDecl * 3139 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create() 3142 return new (C, DC) ConstructorUsingShadowDecl(C, DC, Loc, Using, Target, in Create() 3146 ConstructorUsingShadowDecl * 3147 ConstructorUsingShadowDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID) { in CreateDeserialized() 3148 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized() 3151 CXXRecordDecl *ConstructorUsingShadowDecl::getNominatedBaseClass() const { in getNominatedBaseClass()
|
H A D | DeclPrinter.cpp | 1721 dyn_cast<ConstructorUsingShadowDecl>(Shadow)) { in VisitUsingDecl()
|
H A D | TextNodeDumper.cpp | 2654 const ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
|
H A D | ASTImporter.cpp | 4676 ConstructorUsingShadowDecl *ToShadow = in ImportInheritedConstructor() 5229 dyn_cast<ConstructorUsingShadowDecl>(D)) { in VisitUsingShadowDecl() 5231 ConstructorUsingShadowDecl *Nominated = importChecked( in VisitUsingShadowDecl() 5240 if (GetImportedOrCreateDecl<ConstructorUsingShadowDecl>( in VisitUsingShadowDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 407 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D); 1920 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl() 1922 D->NominatedBaseClassShadowDecl = readDeclAs<ConstructorUsingShadowDecl>(); in VisitConstructorUsingShadowDecl() 1923 D->ConstructedBaseClassShadowDecl = readDeclAs<ConstructorUsingShadowDecl>(); in VisitConstructorUsingShadowDecl() 2302 auto *Shadow = readDeclAs<ConstructorUsingShadowDecl>(); in VisitCXXConstructorDecl() 3901 D = ConstructorUsingShadowDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
H A D | ASTWriterDecl.cpp | 125 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D); 1455 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1724 dyn_cast<ConstructorUsingShadowDecl>(Found.getDecl())) { in CheckConstructorAccess()
|
H A D | SemaDeclCXX.cpp | 7234 llvm::DenseMap<CXXRecordDecl *, ConstructorUsingShadowDecl *> 7239 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo() 7248 auto *DShadow = cast<ConstructorUsingShadowDecl>(D); in InheritedConstructorInfo() 12546 Shadow = ConstructorUsingShadowDecl::Create( in BuildUsingShadowDecl() 13945 ConstructorUsingShadowDecl *Shadow) { in findInheritingConstructor() 14057 ConstructorUsingShadowDecl *Shadow = in DefineInheritingConstructor() 15964 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { in BuildCXXConstructExpr()
|
H A D | SemaOverload.cpp | 6917 auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl.getDecl()); in AddOverloadCandidate() 10486 isa_and_nonnull<ConstructorUsingShadowDecl>(Cand1.FoundDecl.getDecl()); in isBetterOverloadCandidate() 10488 isa_and_nonnull<ConstructorUsingShadowDecl>(Cand2.FoundDecl.getDecl()); in isBetterOverloadCandidate() 10831 if (isa<ConstructorUsingShadowDecl>(Found)) in ClassifyOverloadCandidate() 10873 if (const auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) in MaybeEmitInheritedConstructorNote()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3306 if (auto *CUSD = dyn_cast<ConstructorUsingShadowDecl>(Shadow)) in VisitBaseUsingDecls() 3452 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
|
H A D | SemaInit.cpp | 7223 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>( in PerformConstructorInitialization()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 4934 ConstructorUsingShadowDecl *DerivedShadow);
|