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

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

Public Attributes

mlir::Location beginLoc
mlir::Value varValue
std::string name
QualType origType
QualType baseType
llvm::SmallVector< mlir::Value > bounds
llvm::SmallVector< QualTypeboundTypes

Detailed Description

Definition at line 1831 of file CIRGenFunction.h.

Member Data Documentation

◆ baseType

QualType clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::baseType

Definition at line 1839 of file CIRGenFunction.h.

◆ beginLoc

mlir::Location clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::beginLoc

◆ bounds

llvm::SmallVector<mlir::Value> clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::bounds

◆ boundTypes

llvm::SmallVector<QualType> clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::boundTypes

Definition at line 1843 of file CIRGenFunction.h.

◆ name

std::string clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::name

◆ origType

QualType clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::origType

Definition at line 1838 of file CIRGenFunction.h.

◆ varValue

mlir::Value clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::varValue

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