Searched refs:OMPC (Results 1 – 1 of 1) sorted by relevance
2612 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local2617 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()2619 OMPC = K; in setOpenMPCaptureKind()2630 OMPC = OMPC_map; in setOpenMPCaptureKind()2635 OMPC = OMPC_map; in setOpenMPCaptureKind()2638 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()2642 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()2644 OMPCaptureKindAttr::CreateImplicit(getASTContext(), unsigned(OMPC))); in setOpenMPCaptureKind()