Lines Matching defs:analyzeExplicitSpace
2686 analyzeExplicitSpace(forall);
5790 void analyzeExplicitSpace(const Fortran::parser::ConcurrentHeader &header) {
5802 analyzeExplicitSpace(*Fortran::semantics::GetExpr(*mask));
5805 void analyzeExplicitSpace(const Fortran::evaluate::Expr<A> &e) {
5808 void analyzeExplicitSpace(const Fortran::evaluate::Assignment *assign) {
5811 analyzeExplicitSpace</*LHS=*/true>(lhs);
5812 analyzeExplicitSpace(rhs);
5831 void analyzeExplicitSpace(const Fortran::parser::ForallAssignmentStmt &stmt) {
5832 Fortran::common::visit([&](const auto &s) { analyzeExplicitSpace(s); },
5835 void analyzeExplicitSpace(const Fortran::parser::AssignmentStmt &s) {
5836 analyzeExplicitSpace(s.typedAssignment->v.operator->());
5838 void analyzeExplicitSpace(const Fortran::parser::PointerAssignmentStmt &s) {
5839 analyzeExplicitSpace(s.typedAssignment->v.operator->());
5841 void analyzeExplicitSpace(const Fortran::parser::WhereConstruct &c) {
5842 analyzeExplicitSpace(
5849 analyzeExplicitSpace(body);
5853 analyzeExplicitSpace(e);
5858 analyzeExplicitSpace(e.operator->());
5860 void analyzeExplicitSpace(const Fortran::parser::WhereConstructStmt &ws) {
5864 analyzeExplicitSpace(*exp);
5866 void analyzeExplicitSpace(
5868 analyzeExplicitSpace(
5875 analyzeExplicitSpace(e);
5877 void analyzeExplicitSpace(const Fortran::parser::WhereBodyConstruct &body) {
5882 analyzeExplicitSpace(wc.value());
5884 [&](const auto &s) { analyzeExplicitSpace(s.statement); }},
5887 void analyzeExplicitSpace(const Fortran::parser::MaskedElsewhereStmt &stmt) {
5891 analyzeExplicitSpace(*exp);
5894 analyzeExplicitSpace(const Fortran::parser::WhereConstruct::Elsewhere *ew) {
5897 analyzeExplicitSpace(e);
5899 void analyzeExplicitSpace(const Fortran::parser::WhereStmt &stmt) {
5903 analyzeExplicitSpace(*exp);
5907 analyzeExplicitSpace(assign.operator->());
5909 void analyzeExplicitSpace(const Fortran::parser::ForallStmt &forall) {
5910 analyzeExplicitSpace(
5915 analyzeExplicitSpace(std::get<Fortran::parser::UnlabeledStatement<
5921 analyzeExplicitSpace(const Fortran::parser::ForallConstructStmt &forall) {
5922 analyzeExplicitSpace(
5928 void analyzeExplicitSpace(const Fortran::parser::ForallConstruct &forall) {
5929 analyzeExplicitSpace(
5940 analyzeExplicitSpace(b.value());
5943 analyzeExplicitSpace(w);
5945 [&](const auto &b) { analyzeExplicitSpace(b.statement); }},