|
clang 23.0.0git
|
#include "/work/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< QualType > | boundTypes |
Definition at line 2268 of file CIRGenFunction.h.
| QualType clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::baseType |
Definition at line 2276 of file CIRGenFunction.h.
| mlir::Location clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::beginLoc |
Definition at line 2269 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct().
| llvm::SmallVector<mlir::Value> clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::bounds |
Definition at line 2277 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenModule::emitGlobalOpenACCDeclareDataOperands(), and clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct().
| llvm::SmallVector<QualType> clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::boundTypes |
Definition at line 2280 of file CIRGenFunction.h.
| std::string clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::name |
Definition at line 2271 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenModule::emitGlobalOpenACCDeclareDataOperands(), and clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct().
| QualType clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::origType |
Definition at line 2275 of file CIRGenFunction.h.
| mlir::Value clang::CIRGen::CIRGenFunction::OpenACCDataOperandInfo::varValue |
Definition at line 2270 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenModule::emitGlobalOpenACCDeclareDataOperands(), and clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct().