Searched refs:ThisCaptureLevel (Results 1 – 1 of 1) sorted by relevance
4515 int ThisCaptureLevel = S.OpenMP().getOpenMPCaptureLevels(DKind); in ~CaptureRegionUnwinderRAII() local4516 while (--ThisCaptureLevel >= 0) in ~CaptureRegionUnwinderRAII()6065 int ThisCaptureLevel = getOpenMPCaptureLevels(Kind); in ActOnOpenMPExecutableDirective() local6067 while (--ThisCaptureLevel >= 0) in ActOnOpenMPExecutableDirective()7637 for (int ThisCaptureLevel = SemaRef.OpenMP().getOpenMPCaptureLevels(DKind); in setBranchProtectedScope() local7638 ThisCaptureLevel > 1; --ThisCaptureLevel) { in setBranchProtectedScope()