Searched refs:FunctionScopeIndexToStopAt (Results 1 – 7 of 7) sorted by relevance
72 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument87 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
3727 const unsigned *const FunctionScopeIndexToStopAt);4727 const unsigned *const FunctionScopeIndexToStopAt = nullptr,
1075 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1083 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()1084 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
13555 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument13563 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()13564 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()13567 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
1234 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1242 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1243 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
16998 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument17016 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()17394 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument17402 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()17403 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()17406 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
4883 const unsigned *const FunctionScopeIndexToStopAt);6015 const unsigned *const FunctionScopeIndexToStopAt = nullptr,