Searched refs:FunctionScopesIndex (Results 1 – 3 of 3) sorted by relevance
19769 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local19775 FunctionScopes[FunctionScopesIndex]); in tryCaptureVariable()19789 FunctionScopesIndex == MaxFunctionScopesIndex && VarDC == DC) in tryCaptureVariable()19804 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()19810 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()19875 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()19895 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()19937 FunctionScopesIndex--; in tryCaptureVariable()19948 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
2508 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument2510 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
11313 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,