Lines Matching defs:scopes
657 /// Collect all of the symbol scopes from 'symbol' to (inclusive) 'limit'.
698 SmallVector<SymbolScope, 2> scopes;
706 scopes.push_back({references[i], &limitIt->getRegion(0)});
708 return scopes;
720 auto scopes = collectSymbolScopes(symbol, limit->getParentOp());
722 // If we collected some scopes to walk, make sure to constrain the one for
724 if (!scopes.empty())
725 scopes.back().limit = limit;
726 return scopes;
735 SmallVector<SymbolScope, 1> scopes;
738 scopes.push_back({symbolRef, ®ion});
739 return scopes;