Searched refs:OMPC (Results 1 – 1 of 1) sorted by relevance
2603 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local2608 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()2610 OMPC = K; in setOpenMPCaptureKind()2621 OMPC = OMPC_map; in setOpenMPCaptureKind()2626 OMPC = OMPC_map; in setOpenMPCaptureKind()2629 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()2633 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()2634 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()