clang 19.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CGCXXABI::AddedStructorArgCounts Struct Reference

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/CodeGen/CGCXXABI.h"

Public Member Functions

 AddedStructorArgCounts ()=default
 
 AddedStructorArgCounts (unsigned P, unsigned S)
 

Static Public Member Functions

static AddedStructorArgCounts prefix (unsigned N)
 
static AddedStructorArgCounts suffix (unsigned N)
 

Public Attributes

unsigned Prefix = 0
 
unsigned Suffix = 0
 

Detailed Description

Similar to AddedStructorArgs, but only notes the number of additional arguments.

Definition at line 351 of file CGCXXABI.h.

Constructor & Destructor Documentation

◆ AddedStructorArgCounts() [1/2]

clang::CodeGen::CGCXXABI::AddedStructorArgCounts::AddedStructorArgCounts ( )
default

◆ AddedStructorArgCounts() [2/2]

clang::CodeGen::CGCXXABI::AddedStructorArgCounts::AddedStructorArgCounts ( unsigned  P,
unsigned  S 
)
inline

Definition at line 355 of file CGCXXABI.h.

Member Function Documentation

◆ prefix()

static AddedStructorArgCounts clang::CodeGen::CGCXXABI::AddedStructorArgCounts::prefix ( unsigned  N)
inlinestatic

Definition at line 356 of file CGCXXABI.h.

◆ suffix()

static AddedStructorArgCounts clang::CodeGen::CGCXXABI::AddedStructorArgCounts::suffix ( unsigned  N)
inlinestatic

Definition at line 357 of file CGCXXABI.h.

Member Data Documentation

◆ Prefix

unsigned clang::CodeGen::CGCXXABI::AddedStructorArgCounts::Prefix = 0

◆ Suffix

unsigned clang::CodeGen::CGCXXABI::AddedStructorArgCounts::Suffix = 0

The documentation for this struct was generated from the following file: