Searched refs:FunctionScopesIndex (Results 1 – 3 of 3) sorted by relevance
15327 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local15340 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()15346 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()15402 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()15438 FunctionScopesIndex--; in tryCaptureVariable()15448 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
1659 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument1663 FunctionScopesIndex -= Regions.size(); in adjustOpenMPTargetScopeIndex()
8690 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,