Home
last modified time | relevance | path

Searched refs:ConstructorUsingShadowDecl (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/include/clang/AST/
DDeclCXX.h33 class ConstructorUsingShadowDecl; variable
2162 ConstructorUsingShadowDecl *Shadow;
2167 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor()
2173 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl()
2927 class ConstructorUsingShadowDecl final : public UsingShadowDecl {
2933 ConstructorUsingShadowDecl *NominatedBaseClassShadowDecl;
2939 ConstructorUsingShadowDecl *ConstructedBaseClassShadowDecl;
2946 ConstructorUsingShadowDecl(ASTContext &C, DeclContext *DC, SourceLocation Loc, in ConstructorUsingShadowDecl() function
2952 dyn_cast<ConstructorUsingShadowDecl>(Target)), in ConstructorUsingShadowDecl()
2966 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl() function
[all …]
DASTMutationListener.h20 class ConstructorUsingShadowDecl; variable
DRecursiveASTVisitor.h1498 DEF_TRAVERSE_DECL(ConstructorUsingShadowDecl, {})
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h58 class ConstructorUsingShadowDecl; variable
2354 ConstructorUsingShadowDecl *Shadow = nullptr;
2359 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor()
2365 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl()
3258 class ConstructorUsingShadowDecl final : public UsingShadowDecl {
3262 ConstructorUsingShadowDecl *NominatedBaseClassShadowDecl = nullptr;
3268 ConstructorUsingShadowDecl *ConstructedBaseClassShadowDecl = nullptr;
3275 ConstructorUsingShadowDecl(ASTContext &C, DeclContext *DC, SourceLocation Loc, in ConstructorUsingShadowDecl() function
3281 dyn_cast<ConstructorUsingShadowDecl>(Target)), in ConstructorUsingShadowDecl()
3295 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl() function
[all …]
DASTMutationListener.h19 class ConstructorUsingShadowDecl; variable
DTextNodeDumper.h356 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
DRecursiveASTVisitor.h1591 DEF_TRAVERSE_DECL(ConstructorUsingShadowDecl, {})
/external/clang/lib/AST/
DDeclCXX.cpp2174 void ConstructorUsingShadowDecl::anchor() { } in anchor()
2176 ConstructorUsingShadowDecl *
2177 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2180 return new (C, DC) ConstructorUsingShadowDecl(C, DC, Loc, Using, Target, in Create()
2184 ConstructorUsingShadowDecl *
2185 ConstructorUsingShadowDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
2186 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
2189 CXXRecordDecl *ConstructorUsingShadowDecl::getNominatedBaseClass() const { in getNominatedBaseClass()
DASTDumper.cpp477 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
1502 const ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2993 void ConstructorUsingShadowDecl::anchor() {} in anchor()
2995 ConstructorUsingShadowDecl *
2996 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2999 return new (C, DC) ConstructorUsingShadowDecl(C, DC, Loc, Using, Target, in Create()
3003 ConstructorUsingShadowDecl *
3004 ConstructorUsingShadowDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
3005 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
3008 CXXRecordDecl *ConstructorUsingShadowDecl::getNominatedBaseClass() const { in getNominatedBaseClass()
DDeclPrinter.cpp1569 dyn_cast<ConstructorUsingShadowDecl>(Shadow)) { in VisitUsingDecl()
DTextNodeDumper.cpp2077 const ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp327 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1426 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
1429 ReadDeclAs<ConstructorUsingShadowDecl>(Record, Idx); in VisitConstructorUsingShadowDecl()
1431 ReadDeclAs<ConstructorUsingShadowDecl>(Record, Idx); in VisitConstructorUsingShadowDecl()
1785 auto *Shadow = ReadDeclAs<ConstructorUsingShadowDecl>(Record, Idx); in VisitCXXConstructorDecl()
3265 D = ConstructorUsingShadowDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
DASTWriterDecl.cpp110 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1131 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp394 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1676 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
1678 D->NominatedBaseClassShadowDecl = readDeclAs<ConstructorUsingShadowDecl>(); in VisitConstructorUsingShadowDecl()
1679 D->ConstructedBaseClassShadowDecl = readDeclAs<ConstructorUsingShadowDecl>(); in VisitConstructorUsingShadowDecl()
1983 auto *Shadow = readDeclAs<ConstructorUsingShadowDecl>(); in VisitCXXConstructorDecl()
3840 D = ConstructorUsingShadowDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
DASTWriterDecl.cpp119 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1300 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
/external/clang/lib/Sema/
DSemaAccess.cpp1678 dyn_cast<ConstructorUsingShadowDecl>(Found.getDecl())) { in CheckConstructorAccess()
DSemaDeclCXX.cpp5081 llvm::DenseMap<CXXRecordDecl *, ConstructorUsingShadowDecl *>
5086 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo()
5095 auto *DShadow = cast<ConstructorUsingShadowDecl>(D); in InheritedConstructorInfo()
8061 Shadow = ConstructorUsingShadowDecl::Create( in BuildUsingShadowDecl()
9246 ConstructorUsingShadowDecl *Shadow) { in findInheritingConstructor()
9340 ConstructorUsingShadowDecl *Shadow = in DefineInheritingConstructor()
11481 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { in BuildCXXConstructExpr()
DSemaTemplateInstantiateDecl.cpp2424 if (auto *CUSD = dyn_cast<ConstructorUsingShadowDecl>(Shadow)) in VisitUsingDecl()
2462 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
DSemaInit.cpp5743 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>( in PerformConstructorInitialization()
/external/llvm-project/clang/lib/Sema/
DSemaAccess.cpp1681 dyn_cast<ConstructorUsingShadowDecl>(Found.getDecl())) { in CheckConstructorAccess()
DSemaDeclCXX.cpp6919 llvm::DenseMap<CXXRecordDecl *, ConstructorUsingShadowDecl *>
6924 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo()
6933 auto *DShadow = cast<ConstructorUsingShadowDecl>(D); in InheritedConstructorInfo()
11765 Shadow = ConstructorUsingShadowDecl::Create( in BuildUsingShadowDecl()
13074 ConstructorUsingShadowDecl *Shadow) { in findInheritingConstructor()
13183 ConstructorUsingShadowDecl *Shadow = in DefineInheritingConstructor()
15029 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { in BuildCXXConstructExpr()
DSemaOverload.cpp6370 auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl.getDecl()); in AddOverloadCandidate()
9804 dyn_cast_or_null<ConstructorUsingShadowDecl>(Cand1.FoundDecl.getDecl()); in isBetterOverloadCandidate()
9806 dyn_cast_or_null<ConstructorUsingShadowDecl>(Cand2.FoundDecl.getDecl()); in isBetterOverloadCandidate()
10093 if (isa<ConstructorUsingShadowDecl>(Found)) in ClassifyOverloadCandidate()
10135 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) in MaybeEmitInheritedConstructorNote()
DSemaTemplateInstantiateDecl.cpp3057 if (auto *CUSD = dyn_cast<ConstructorUsingShadowDecl>(Shadow)) in VisitUsingDecl()
3095 ConstructorUsingShadowDecl *D) { in VisitConstructorUsingShadowDecl()
/external/clang/include/clang/Sema/
DSema.h4268 ConstructorUsingShadowDecl *DerivedShadow);

12