Lines Matching defs:scp
1160 for (const auto &scp : scope->children())
1161 if (!scp.symbol())
1162 dumpScope(&scp, depth + 1);
1165 if (auto scp = sym->scope())
1166 dumpScope(scp, depth + 1);
1502 for (auto *scp = &scope.parent(); !scp->IsGlobal(); scp = &scp->parent())
1503 if (scp->kind() == Fortran::semantics::Scope::Kind::Module)
1504 analyzeLocalEquivalenceSets(*scp);