clang 22.0.0git
|
The parameters to pass to a usual operator delete. More...
#include "clang/AST/ExprCXX.h"
Public Attributes | |
TypeAwareAllocationMode | TypeAwareDelete = TypeAwareAllocationMode::No |
bool | DestroyingDelete = false |
bool | Size = false |
AlignedAllocationMode | Alignment = AlignedAllocationMode::No |
AlignedAllocationMode clang::UsualDeleteParams::Alignment = AlignedAllocationMode::No |
Definition at line 2350 of file ExprCXX.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitDeleteCall(), clang::CIRGen::CIRGenFunction::emitDeleteCall(), and clang::FunctionDecl::getUsualDeleteParams().
Definition at line 2348 of file ExprCXX.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitDeleteCall(), clang::CIRGen::CIRGenFunction::emitDeleteCall(), and clang::FunctionDecl::getUsualDeleteParams().
Definition at line 2349 of file ExprCXX.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitDeleteCall(), clang::CIRGen::CIRGenFunction::emitDeleteCall(), and clang::FunctionDecl::getUsualDeleteParams().
TypeAwareAllocationMode clang::UsualDeleteParams::TypeAwareDelete = TypeAwareAllocationMode::No |
Definition at line 2347 of file ExprCXX.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitDeleteCall(), clang::CIRGen::CIRGenFunction::emitDeleteCall(), and clang::FunctionDecl::getUsualDeleteParams().