clang 22.0.0git
clang::CIRGen::CIRGenFunction::VlaSizePair Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"

Public Member Functions

 VlaSizePair (mlir::Value num, QualType ty)

Public Attributes

mlir::Value numElts
QualType type

Detailed Description

Definition at line 451 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ VlaSizePair()

clang::CIRGen::CIRGenFunction::VlaSizePair::VlaSizePair ( mlir::Value num,
QualType ty )
inline

Definition at line 455 of file CIRGenFunction.h.

References numElts, and type.

Member Data Documentation

◆ numElts

mlir::Value clang::CIRGen::CIRGenFunction::VlaSizePair::numElts

◆ type

QualType clang::CIRGen::CIRGenFunction::VlaSizePair::type

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