clang 22.0.0git
|
#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 | baseType |
llvm::SmallVector< mlir::Value > | bounds |
Definition at line 1621 of file CIRGenFunction.h.
QualType clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::baseType |
Definition at line 1625 of file CIRGenFunction.h.
mlir::Location clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::beginLoc |
Definition at line 1622 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct().
llvm::SmallVector<mlir::Value> clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::bounds |
Definition at line 1626 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct().
std::string clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::name |
Definition at line 1624 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct().
mlir::Value clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::varValue |
Definition at line 1623 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct().