Searched refs:FunctionScopeIndexToStopAt (Results 1 – 3 of 3) sorted by relevance
1300 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1308 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1309 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
19144 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument19164 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()19712 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument19734 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()19735 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()19738 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
5601 const unsigned *const FunctionScopeIndexToStopAt);6826 const unsigned *const FunctionScopeIndexToStopAt = nullptr,