Lines Matching defs:FunctionScopeIndexToStopAt
18120 /// - if FunctionScopeIndexToStopAt is null, capture it in the CurContext
18122 /// *FunctionScopeIndexToStopAt on the FunctionScopeInfo stack.
18125 const unsigned *const FunctionScopeIndexToStopAt = nullptr) {
18145 DeclRefType, FunctionScopeIndexToStopAt);
18688 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) {
18720 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt
18721 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1;
18723 // FunctionScopeIndexToStopAt
18724 if (FunctionScopeIndexToStopAt) {
19645 /*FunctionScopeIndexToStopAt*/ nullptr);