|
clang
5.0.0
|
Description of a constructor that was inherited from a base class. More...
#include "clang/AST/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 2316 of file DeclCXX.h.
Referenced by CheckConstexprFunction(), clang::Sema::DefineInheritingConstructor(), and isSameEntity().
|
inline |
Definition at line 2315 of file DeclCXX.h.
Referenced by clang::Sema::DefineInheritingConstructor(), clang::CodeGen::CodeGenTypes::inheritingCtorHasParams(), and clang::Sema::NoteDeletedInheritingConstructor().
|
inlineexplicit |
1.8.6