clang
10.0.0git
|
Description of a constructor that was inherited from a base class. More...
#include "clang/AST/DeclCXX.h"
Public Member Functions | |
InheritedConstructor ()=default | |
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.
|
default |
|
inline |
|
inline |
Definition at line 2370 of file DeclCXX.h.
Referenced by CheckConstexprFunction(), and clang::Sema::DefineInheritingConstructor().
|
inline |
Definition at line 2369 of file DeclCXX.h.
Referenced by clang::Sema::DefineInheritingConstructor(), clang::CodeGen::CodeGenTypes::inheritingCtorHasParams(), and clang::Sema::NoteDeletedInheritingConstructor().
|
inlineexplicit |