clang 22.0.0git
clang::CodeGen::CodeGenFunction::VlaSizePair Struct Reference

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

Public Member Functions

 VlaSizePair (llvm::Value *NE, QualType T)

Public Attributes

llvm::Value * NumElts
QualType Type

Detailed Description

Definition at line 3097 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ VlaSizePair()

clang::CodeGen::CodeGenFunction::VlaSizePair::VlaSizePair ( llvm::Value * NE,
QualType T )
inline

Definition at line 3101 of file CodeGenFunction.h.

References NumElts, clang::T, and Type.

Member Data Documentation

◆ NumElts

◆ Type

QualType clang::CodeGen::CodeGenFunction::VlaSizePair::Type

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