clang
3.9.0
|
Description of a constructor that was inherited from a base class. More...
#include <DeclCXX.h>
Public Member Functions | |
InheritedConstructor () | |
InheritedConstructor (ConstructorUsingShadowDecl *Shadow, CXXConstructorDecl *BaseCtor) | |
operator bool () const | |
ConstructorUsingShadowDecl * | getShadowDecl () const |
CXXConstructorDecl * | getConstructor () const |
Description of a constructor that was inherited from a base class.
|
inline |
|
inline |
|
inline |
Definition at line 2174 of file DeclCXX.h.
Referenced by CheckConstexprFunction(), clang::Sema::DefineInheritingConstructor(), and isSameEntity().
|
inline |
Definition at line 2173 of file DeclCXX.h.
Referenced by clang::Sema::DefineInheritingConstructor(), clang::CodeGen::CodeGenTypes::inheritingCtorHasParams(), and clang::Sema::NoteDeletedInheritingConstructor().
|
inlineexplicit |