Searched refs:FunctionScopeIndexToStopAt (Results 1 – 3 of 3) sorted by relevance
1264 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1272 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1273 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
18490 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument18510 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()19049 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument19063 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()19064 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()19067 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
5475 const unsigned *const FunctionScopeIndexToStopAt);6674 const unsigned *const FunctionScopeIndexToStopAt = nullptr,