clang 20.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 2523 of file DeclCXX.h.
Referenced by clang::ASTNodeImporter::ImportInheritedConstructor().
|
inline |
Definition at line 2522 of file DeclCXX.h.
Referenced by clang::ASTNodeImporter::ImportInheritedConstructor(), clang::CodeGen::CodeGenTypes::inheritingCtorHasParams(), and clang::Sema::NoteDeletedInheritingConstructor().
|
inlineexplicit |