Home
last modified time | relevance | path

Searched refs:OMPC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2612 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2617 [&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()