Searched refs:OMPC (Results 1 – 1 of 1) sorted by relevance
2571 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local2576 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()2578 OMPC = K; in setOpenMPCaptureKind()2589 OMPC = OMPC_map; in setOpenMPCaptureKind()2594 OMPC = OMPC_map; in setOpenMPCaptureKind()2597 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()2601 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()2602 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()