HomeSort by: relevance | last modified time | path
    Searched refs:ConstructorUsingShadowDecl (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTMutationListener.h 19 class ConstructorUsingShadowDecl;
DeclCXX.h 58 class ConstructorUsingShadowDecl;
2375 ConstructorUsingShadowDecl *Shadow = nullptr;
2380 InheritedConstructor(ConstructorUsingShadowDecl *Shadow,
2386 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; }
3276 /// using Base::Base; // creates a UsingDecl and a ConstructorUsingShadowDecl
3279 class ConstructorUsingShadowDecl final : public UsingShadowDecl {
3281 /// from an indirect base class, this is the ConstructorUsingShadowDecl
3283 ConstructorUsingShadowDecl *NominatedBaseClassShadowDecl = nullptr;
3286 /// from an indirect base class, this is the ConstructorUsingShadowDecl
3289 ConstructorUsingShadowDecl *ConstructedBaseClassShadowDecl = nullptr
    [all...]
TextNodeDumper.h 354 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
RecursiveASTVisitor.h 1604 DEF_TRAVERSE_DECL(ConstructorUsingShadowDecl, {})
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 3012 void ConstructorUsingShadowDecl::anchor() {}
3014 ConstructorUsingShadowDecl *
3015 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC,
3018 return new (C, DC) ConstructorUsingShadowDecl(C, DC, Loc, Using, Target,
3022 ConstructorUsingShadowDecl *
3023 ConstructorUsingShadowDecl::CreateDeserialized(ASTContext &C, unsigned ID) {
3024 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell());
3027 CXXRecordDecl *ConstructorUsingShadowDecl::getNominatedBaseClass() const {
DeclPrinter.cpp 1603 dyn_cast<ConstructorUsingShadowDecl>(Shadow)) {
TextNodeDumper.cpp 2079 const ConstructorUsingShadowDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 394 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1676 ConstructorUsingShadowDecl *D) {
1678 D->NominatedBaseClassShadowDecl = readDeclAs<ConstructorUsingShadowDecl>();
1679 D->ConstructedBaseClassShadowDecl = readDeclAs<ConstructorUsingShadowDecl>();
1985 auto *Shadow = readDeclAs<ConstructorUsingShadowDecl>();
3842 D = ConstructorUsingShadowDecl::CreateDeserialized(Context, ID);
ASTWriterDecl.cpp 118 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1300 ConstructorUsingShadowDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAccess.cpp 1695 dyn_cast<ConstructorUsingShadowDecl>(Found.getDecl())) {
SemaDeclCXX.cpp 6994 llvm::DenseMap<CXXRecordDecl *, ConstructorUsingShadowDecl *>
6999 ConstructorUsingShadowDecl *Shadow)
7008 auto *DShadow = cast<ConstructorUsingShadowDecl>(D);
11824 Shadow = ConstructorUsingShadowDecl::Create(
13132 ConstructorUsingShadowDecl *Shadow) {
13241 ConstructorUsingShadowDecl *Shadow =
15095 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) {
SemaOverload.cpp 6373 auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl.getDecl());
9801 dyn_cast_or_null<ConstructorUsingShadowDecl>(Cand1.FoundDecl.getDecl());
9803 dyn_cast_or_null<ConstructorUsingShadowDecl>(Cand2.FoundDecl.getDecl());
10091 if (isa<ConstructorUsingShadowDecl>(Found))
10133 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl))
SemaTemplateInstantiateDecl.cpp 3058 if (auto *CUSD = dyn_cast<ConstructorUsingShadowDecl>(Shadow))
3096 ConstructorUsingShadowDecl *D) {
SemaInit.cpp 6549 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5711 ConstructorUsingShadowDecl *DerivedShadow);

Completed in 80 milliseconds