Searched refs:OMPC (Results 1 – 1 of 1) sorted by relevance
2627 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local2632 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()2634 OMPC = K; in setOpenMPCaptureKind()2645 OMPC = OMPC_map; in setOpenMPCaptureKind()2650 OMPC = OMPC_map; in setOpenMPCaptureKind()2653 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()2657 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()2658 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()