clang
9.0.0
|
Notes how many arguments were added to the beginning (Prefix) and ending (Suffix) of an arg list. More...
#include "/work/llvm-www-releases/9.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGCXXABI.h"
Public Member Functions | |
AddedStructorArgs ()=default | |
AddedStructorArgs (unsigned P, unsigned S) | |
Static Public Member Functions | |
static AddedStructorArgs | prefix (unsigned N) |
static AddedStructorArgs | suffix (unsigned N) |
Public Attributes | |
unsigned | Prefix = 0 |
unsigned | Suffix = 0 |
Notes how many arguments were added to the beginning (Prefix) and ending (Suffix) of an arg list.
Note that Prefix actually refers to the number of args after the first one: this
arguments always come first.
Definition at line 295 of file CGCXXABI.h.
|
default |
|
inline |
Definition at line 299 of file CGCXXABI.h.
|
inlinestatic |
Definition at line 300 of file CGCXXABI.h.
|
inlinestatic |
Definition at line 301 of file CGCXXABI.h.
unsigned clang::CodeGen::CGCXXABI::AddedStructorArgs::Prefix = 0 |
Definition at line 296 of file CGCXXABI.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeCXXStructorDeclaration(), and clang::CodeGen::CodeGenFunction::EmitCXXConstructorCall().
unsigned clang::CodeGen::CGCXXABI::AddedStructorArgs::Suffix = 0 |
Definition at line 297 of file CGCXXABI.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeCXXStructorDeclaration(), and clang::CodeGen::CodeGenFunction::EmitCXXConstructorCall().