clang 22.0.0git
clang::CIRGen::CIRGenCXXABI::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/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

Detailed Description

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

Definition at line 58 of file CIRGenCXXABI.h.

Constructor & Destructor Documentation

◆ AddedStructorArgCounts() [1/2]

clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::AddedStructorArgCounts ( )
default

Referenced by withPrefix(), and withSuffix().

◆ AddedStructorArgCounts() [2/2]

clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::AddedStructorArgCounts ( unsigned p,
unsigned s )
inline

Definition at line 62 of file CIRGenCXXABI.h.

References prefix, s, and suffix.

Member Function Documentation

◆ withPrefix()

AddedStructorArgCounts clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::withPrefix ( unsigned n)
inlinestatic

Definition at line 63 of file CIRGenCXXABI.h.

References AddedStructorArgCounts().

◆ withSuffix()

AddedStructorArgCounts clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::withSuffix ( unsigned n)
inlinestatic

Definition at line 64 of file CIRGenCXXABI.h.

References AddedStructorArgCounts().

Member Data Documentation

◆ prefix

unsigned clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::prefix = 0

◆ suffix

unsigned clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::suffix = 0

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