Lines Matching defs:FunctionScopeIndexToStopAt
18387 /// - if FunctionScopeIndexToStopAt is null, capture it in the CurContext
18389 /// *FunctionScopeIndexToStopAt on the FunctionScopeInfo stack.
18392 const unsigned *const FunctionScopeIndexToStopAt = nullptr) {
18412 DeclRefType, FunctionScopeIndexToStopAt);
18964 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) {
18996 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt
18997 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1;
18999 // FunctionScopeIndexToStopAt
19000 if (FunctionScopeIndexToStopAt) {
19005 // aligning DC and FunctionScopeIndexToStopAt.
19010 "FunctionScopeIndexToStopAt should be no greater than FSIndex into "
19933 /*FunctionScopeIndexToStopAt*/ nullptr);