Searched refs:OMPC (Results 1 – 1 of 1) sorted by relevance
2389 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local2394 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()2396 OMPC = K; in setOpenMPCaptureKind()2407 OMPC = OMPC_map; in setOpenMPCaptureKind()2412 OMPC = OMPC_map; in setOpenMPCaptureKind()2415 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()2419 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()2420 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()