clang
8.0.0
|
Notes how many arguments were added to the beginning (Prefix) and ending (Suffix) of an arg list. More...
#include "/work/www-prereleases/8.0.0/rc3/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 300 of file CGCXXABI.h.
|
default |
|
inline |
Definition at line 304 of file CGCXXABI.h.
|
inlinestatic |
Definition at line 305 of file CGCXXABI.h.
|
inlinestatic |
Definition at line 306 of file CGCXXABI.h.
unsigned clang::CodeGen::CGCXXABI::AddedStructorArgs::Prefix = 0 |
Definition at line 301 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 302 of file CGCXXABI.h.
Referenced by clang::CodeGen::CodeGenTypes::arrangeCXXStructorDeclaration(), and clang::CodeGen::CodeGenFunction::EmitCXXConstructorCall().