Searched refs:FunctionScopesIndex (Results 1 – 3 of 3) sorted by relevance
17867 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local17880 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()17886 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()17944 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()17964 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()18006 FunctionScopesIndex--; in tryCaptureVariable()18017 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
2285 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument2287 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
10258 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,