clang 22.0.0git
|
Similar to AddedStructorArgs, but only notes the number of additional arguments. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenCXXABI.h"
Public Member Functions | |
AddedStructorArgCounts ()=default | |
AddedStructorArgCounts (unsigned p, unsigned s) |
Static Public Member Functions | |
static AddedStructorArgCounts | withPrefix (unsigned n) |
static AddedStructorArgCounts | withSuffix (unsigned n) |
Public Attributes | |
unsigned | prefix = 0 |
unsigned | suffix = 0 |
Similar to AddedStructorArgs, but only notes the number of additional arguments.
Definition at line 58 of file CIRGenCXXABI.h.
|
default |
Referenced by withPrefix(), and withSuffix().
|
inline |
Definition at line 62 of file CIRGenCXXABI.h.
|
inlinestatic |
Definition at line 63 of file CIRGenCXXABI.h.
References AddedStructorArgCounts().
|
inlinestatic |
Definition at line 64 of file CIRGenCXXABI.h.
References AddedStructorArgCounts().
unsigned clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::prefix = 0 |
Definition at line 59 of file CIRGenCXXABI.h.
Referenced by AddedStructorArgCounts(), and clang::CIRGen::CIRGenFunction::emitCXXConstructorCall().
unsigned clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::suffix = 0 |
Definition at line 60 of file CIRGenCXXABI.h.
Referenced by AddedStructorArgCounts(), and clang::CIRGen::CIRGenFunction::emitCXXConstructorCall().