Searched refs:FunctionScopeIndexToStopAt (Results 1 – 4 of 4) sorted by relevance
72 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument87 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
3727 const unsigned *const FunctionScopeIndexToStopAt);4727 const unsigned *const FunctionScopeIndexToStopAt = nullptr,
1075 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1083 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()1084 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
13555 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument13563 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()13564 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()13567 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()