Searched refs:FunctionScopeIndexToStopAt (Results 1 – 4 of 4) sorted by relevance
60 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument74 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
3449 const unsigned *const FunctionScopeIndexToStopAt);4419 const unsigned *const FunctionScopeIndexToStopAt = nullptr);
819 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) { in CheckCXXThisCapture() argument824 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()825 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
12267 const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument12271 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()12272 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()12275 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()