clang 24.0.0git
clang::ResolvedAllocation Struct Reference

#include "clang/Sema/DynamicAllocationArgumentsCXX.h"

Public Attributes

FunctionDeclOperatorNew
FunctionDeclOperatorDelete
ImplicitAllocationParameters IAP
SmallVector< Expr *, 4 > Arguments

Detailed Description

Definition at line 57 of file DynamicAllocationArgumentsCXX.h.

Member Data Documentation

◆ Arguments

SmallVector<Expr *, 4> clang::ResolvedAllocation::Arguments

Definition at line 63 of file DynamicAllocationArgumentsCXX.h.

◆ IAP

ImplicitAllocationParameters clang::ResolvedAllocation::IAP

Definition at line 60 of file DynamicAllocationArgumentsCXX.h.

◆ OperatorDelete

FunctionDecl* clang::ResolvedAllocation::OperatorDelete

Definition at line 59 of file DynamicAllocationArgumentsCXX.h.

◆ OperatorNew

FunctionDecl* clang::ResolvedAllocation::OperatorNew

Definition at line 58 of file DynamicAllocationArgumentsCXX.h.


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