Searched refs:FunctionScopesIndex (Results 1 – 4 of 4) sorted by relevance
13598 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local13611 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()13617 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()13669 FunctionScopesIndex--; in tryCaptureVariable()13705 FunctionScopesIndex--; in tryCaptureVariable()13715 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
17440 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local17453 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()17459 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()17516 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()17536 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()17576 FunctionScopesIndex--; in tryCaptureVariable()17587 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
2270 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument2272 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
10081 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,