Searched refs:FunctionScopeIndexToStopAt (Results 1 – 4 of 4) sorted by relevance
47 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument61 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
3182 const unsigned *const FunctionScopeIndexToStopAt);4114 const unsigned *const FunctionScopeIndexToStopAt = 0);
757 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) { in CheckCXXThisCapture() argument762 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()763 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
11824 const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument11828 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()11829 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()11832 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()