Searched refs:FunctionScopeIndexToStopAt (Results 1 – 4 of 4) sorted by relevance
72 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument88 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
4110 const unsigned *const FunctionScopeIndexToStopAt);5147 const unsigned *const FunctionScopeIndexToStopAt = nullptr,
1168 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1176 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1177 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
15283 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument15291 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()15292 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()15295 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()