|
clang 23.0.0git
|
#include "CIRGenOpenMPClause.h"#include "CIRGenFunction.h"#include "mlir/Dialect/OpenMP/OpenMPDialect.h"#include "clang/Basic/OpenMPKinds.h"Go to the source code of this file.
Functions | |
| static mlir::omp::ClauseMapFlags | mapClauseKindToFlags (OpenMPMapClauseKind kind) |
| static mlir::Value | emitMapInfoForVar (CIRGenFunction &cgf, mlir::OpBuilder &builder, mlir::Location loc, const VarDecl *vd, mlir::omp::ClauseMapFlags mapFlags) |
|
static |
Definition at line 40 of file CIRGenOpenMPClause.cpp.
References clang::CIRGen::CIRGenFunction::getAddrOfLocalVar(), clang::NamedDecl::getName(), and clang::CIRGen::Address::getPointer().
Referenced by clang::CIRGen::OpenMPClauseEmitter::emitMap().
|
static |
Definition at line 22 of file CIRGenOpenMPClause.cpp.
References kind.
Referenced by clang::CIRGen::OpenMPClauseEmitter::emitMap().