Searched refs:FunctionScopeIndexToStopAt (Results 1 – 3 of 3) sorted by relevance
1279 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1287 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1288 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
18568 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument18588 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()19139 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument19171 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()19172 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()19175 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
7059 const unsigned *const FunctionScopeIndexToStopAt);8416 const unsigned *const FunctionScopeIndexToStopAt = nullptr,