Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2173 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2365 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1225 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1396 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9045 InheritedConstructorInfo ICI(*this, Loc, Inherited.getShadowDecl()); in ComputeInheritingCtorExceptionSpec()
9326 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
9341 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
DSemaInit.cpp7307 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
/external/clang/lib/CodeGen/
DCGCall.cpp253 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp7178 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()
13156 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
13184 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
DSemaInit.cpp9224 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp302 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()