Searched refs:OMPC (Results 1 – 1 of 1) sorted by relevance
2636 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local2641 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()2643 OMPC = K; in setOpenMPCaptureKind()2654 OMPC = OMPC_map; in setOpenMPCaptureKind()2659 OMPC = OMPC_map; in setOpenMPCaptureKind()2662 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()2666 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()2668 OMPCaptureKindAttr::CreateImplicit(getASTContext(), unsigned(OMPC))); in setOpenMPCaptureKind()