Searched refs:FunctionScopeIndexToStopAt (Results 1 – 3 of 3) sorted by relevance
1259 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1267 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1268 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
17289 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument17307 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()17821 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument17829 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()17830 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()17833 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
5066 const unsigned *const FunctionScopeIndexToStopAt);6229 const unsigned *const FunctionScopeIndexToStopAt = nullptr,