Lines Matching refs:WhereConstruct
1600 [&](const Fortran::parser::WhereConstruct &b) { genFIR(b); }, in genFIR()
2389 void genFIR(const Fortran::parser::WhereConstruct &c) { in genFIR()
2399 std::get<std::list<Fortran::parser::WhereConstruct::MaskedElsewhere>>( in genFIR()
2403 std::get<std::optional<Fortran::parser::WhereConstruct::Elsewhere>>( in genFIR()
2421 Fortran::parser::WhereConstruct> &c) { genFIR(c.value()); }, in genFIR()
2429 void genFIR(const Fortran::parser::WhereConstruct::MaskedElsewhere &ew) { in genFIR()
2442 void genFIR(const Fortran::parser::WhereConstruct::Elsewhere &ew) { in genFIR()
3045 void analyzeExplicitSpace(const Fortran::parser::WhereConstruct &c) { in analyzeExplicitSpace()
3054 for (const Fortran::parser::WhereConstruct::MaskedElsewhere &e : in analyzeExplicitSpace()
3055 std::get<std::list<Fortran::parser::WhereConstruct::MaskedElsewhere>>( in analyzeExplicitSpace()
3059 std::get<std::optional<Fortran::parser::WhereConstruct::Elsewhere>>( in analyzeExplicitSpace()
3071 const Fortran::parser::WhereConstruct::MaskedElsewhere &ew) { in analyzeExplicitSpace()
3084 Fortran::parser::WhereConstruct> &wc) { in analyzeExplicitSpace()
3097 analyzeExplicitSpace(const Fortran::parser::WhereConstruct::Elsewhere *ew) { in analyzeExplicitSpace()
3144 [&](const Fortran::parser::WhereConstruct &w) { in analyzeExplicitSpace()