Searched refs:ThisCaptureLevel (Results 1 – 1 of 1) sorted by relevance
4518 int ThisCaptureLevel = S.OpenMP().getOpenMPCaptureLevels(DKind); in ~CaptureRegionUnwinderRAII() local4519 while (--ThisCaptureLevel >= 0) in ~CaptureRegionUnwinderRAII()6129 int ThisCaptureLevel = getOpenMPCaptureLevels(Kind); in ActOnOpenMPExecutableDirective() local6131 while (--ThisCaptureLevel >= 0) in ActOnOpenMPExecutableDirective()7684 for (int ThisCaptureLevel = SemaRef.OpenMP().getOpenMPCaptureLevels(DKind); in setBranchProtectedScope() local7685 ThisCaptureLevel > 1; --ThisCaptureLevel) { in setBranchProtectedScope()