enum OpenMPMapClauseKind

Description

OpenMP mapping kind for 'map' clause.

Declared at: clang/include/clang/Basic/OpenMPKinds.h:70

Enumerators

NameValueComment
OMPC_MAP_alloc0
OMPC_MAP_to1
OMPC_MAP_from2
OMPC_MAP_tofrom3
OMPC_MAP_delete4
OMPC_MAP_release5
OMPC_MAP_unknown6