Lines Matching defs:scope_
74 : symbol_{symbol}, scope_{scope} {}
81 const Scope &scope_;
1635 for (const auto &pair : scope_) {
1689 if (scope != scope_ && !scope.IsDerivedType()) {
1690 if (scope != scope_.parent()) {
1761 if (typeSymbol.owner() == scope_) {
1793 } else if (&symbol == scope_.symbol()) {
1795 } else if (symbol.owner().Contains(scope_)) {
1797 } else if (const Symbol *found{scope_.FindSymbol(name)}) {
1799 return found->has<UseDetails>() && found->owner() != scope_;