Searched refs:OmpReductionClause (Results 1 – 7 of 7) sorted by relevance
170 void Enter(const parser::OmpReductionClause &);
451 CHECK_SIMPLE_PARSER_CLAUSE(OmpReductionClause, OMPC_reduction) in CHECK_SIMPLE_PARSER_CLAUSE()
104 TYPE_PARSER(construct<OmpReductionClause>(220 construct<OmpClause>(parenthesized(Parser<OmpReductionClause>{})) ||
2006 void Unparse(const OmpReductionClause &x) { in Unparse()
512 NODE(parser, OmpReductionClause) in NODE()
3420 struct OmpReductionClause { struct3421 TUPLE_CLASS_BOILERPLATE(OmpReductionClause);
84 let flangClass = "OmpReductionClause";