Searched refs:FunctionScopesIndex (Results 1 – 3 of 3) sorted by relevance
19103 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local19116 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()19122 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()19180 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()19200 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()19242 FunctionScopesIndex--; in tryCaptureVariable()19253 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
2485 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument2487 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
10961 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,