clang 20.0.0git
|
Additional implicit arguments to add to a constructor argument list. More...
#include "clang/CodeGen/CodeGenABITypes.h"
Public Attributes | |
SmallVector< llvm::Value *, 1 > | Prefix |
Implicit arguments to add before the explicit arguments, but after the *this argument (which always comes first). | |
SmallVector< llvm::Value *, 1 > | Suffix |
Implicit arguments to add after the explicit arguments. | |
Additional implicit arguments to add to a constructor argument list.
Definition at line 54 of file CodeGenABITypes.h.
SmallVector<llvm::Value *, 1> clang::CodeGen::ImplicitCXXConstructorArgs::Prefix |
Implicit arguments to add before the explicit arguments, but after the *this
argument (which always comes first).
Definition at line 57 of file CodeGenABITypes.h.
Referenced by clang::CodeGen::getImplicitCXXConstructorArgs().
SmallVector<llvm::Value *, 1> clang::CodeGen::ImplicitCXXConstructorArgs::Suffix |
Implicit arguments to add after the explicit arguments.
Definition at line 60 of file CodeGenABITypes.h.
Referenced by clang::CodeGen::getImplicitCXXConstructorArgs().