Searched refs:FunctionScopeIndexToStopAt (Results 1 – 4 of 4) sorted by relevance
72 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument86 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
3576 const unsigned *const FunctionScopeIndexToStopAt);4545 const unsigned *const FunctionScopeIndexToStopAt = nullptr);
900 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) { in CheckCXXThisCapture() argument905 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()906 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
12768 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument12776 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()12777 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()12780 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()