Searched refs:OMPC (Results 1 – 1 of 1) sorted by relevance
2374 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local2379 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()2381 OMPC = K; in setOpenMPCaptureKind()2392 OMPC = OMPC_map; in setOpenMPCaptureKind()2397 OMPC = OMPC_map; in setOpenMPCaptureKind()2400 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()2404 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()2405 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()