Lines Matching defs:scope_
522 : Base{*this}, scope_{s}, context_{context},
541 } else if (scope_.IsDerivedType() &&
562 } else if (&symbol.owner() != &scope_ || &ultimate.owner() != &scope_) {
567 if (!scope_.IsModuleFile() &&
630 if (scope_.IsDerivedType()) {
658 if (scope_.IsDerivedType()) { // C750, C754
683 if (scope_.IsDerivedType()) { // C750, C754
743 const semantics::Scope &scope_;
760 if (&symbol.owner() != &scope_ || symbol.has<semantics::UseDetails>() ||