Searched refs:OmpLinearClause (Results 1 – 8 of 8) sorted by relevance
163 construct<OmpLinearClause>(164 construct<OmpLinearClause>(construct<OmpLinearClause::WithModifier>(167 construct<OmpLinearClause>(construct<OmpLinearClause::WithoutModifier>(221 parenthesized(Parser<OmpLinearClause>{}))) ||
2019 void Unparse(const OmpLinearClause::WithoutModifier &x) { in Unparse()2023 void Unparse(const OmpLinearClause::WithModifier &x) { in Unparse()
791 void Walk(const OmpLinearClause::WithModifier &x, V &visitor) { in Walk()799 template <typename M> void Walk(OmpLinearClause::WithModifier &x, M &mutator) { in Walk()808 void Walk(const OmpLinearClause::WithoutModifier &x, V &visitor) { in Walk()816 void Walk(OmpLinearClause::WithoutModifier &x, M &mutator) { in Walk()
499 NODE(parser, OmpLinearClause) in NODE()500 NODE(OmpLinearClause, WithModifier) in NODE()501 NODE(OmpLinearClause, WithoutModifier) in NODE()
3411 struct OmpLinearClause { struct3412 UNION_CLASS_BOILERPLATE(OmpLinearClause);
366 bool Pre(const parser::OmpLinearClause &x) { in Pre()368 [&](const parser::OmpLinearClause::WithoutModifier in Pre()373 [&](const parser::OmpLinearClause::WithModifier in Pre()
657 if (std::holds_alternative<parser::OmpLinearClause::WithModifier>( in CheckDistLinear()660 std::get<parser::OmpLinearClause::WithModifier>(linearClause->v.u)}; in CheckDistLinear()663 const auto &withOutM{std::get<parser::OmpLinearClause::WithoutModifier>( in CheckDistLinear()2262 if (std::holds_alternative<parser::OmpLinearClause::WithModifier>(x.v.u)) { in Enter()
91 let flangClass = "OmpLinearClause";