Searched refs:FunctionScopeIndexToStopAt (Results 1 – 3 of 3) sorted by relevance
1297 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument1305 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()1306 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
18125 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument18145 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()18688 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument18720 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()18721 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()18724 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
6640 const unsigned *const FunctionScopeIndexToStopAt);8090 const unsigned *const FunctionScopeIndexToStopAt = nullptr,