Searched refs:FunctionScopeIndexToStopAt (Results 1 – 3 of 3) sorted by relevance
1242 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1250 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1251 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
17128 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument17146 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()17655 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument17663 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()17664 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()17667 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
5026 const unsigned *const FunctionScopeIndexToStopAt);6162 const unsigned *const FunctionScopeIndexToStopAt = nullptr,