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.cpp2636 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2641 [&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()