Searched refs:FunctionScopeIndexToStopAt (Results 1 – 3 of 3) sorted by relevance
1261 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1269 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1270 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
18184 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument18202 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()18717 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument18725 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()18726 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()18729 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
5335 const unsigned *const FunctionScopeIndexToStopAt);6519 const unsigned *const FunctionScopeIndexToStopAt = nullptr,