Searched refs:OmpAllocateClause (Results 1 – 8 of 8) sorted by relevance
108 TYPE_PARSER(construct<OmpAllocateClause>(109 maybe(construct<OmpAllocateClause::Allocator>(scalarIntExpr) / ":"),161 construct<OmpClause>(parenthesized(Parser<OmpAllocateClause>{})) ||
2013 void Unparse(const OmpAllocateClause &x) { in Unparse()2015 Walk(std::get<std::optional<OmpAllocateClause::Allocator>>(x.t), ":"); in Unparse()
161 void Enter(const parser::OmpAllocateClause &);
446 CHECK_SIMPLE_PARSER_CLAUSE(OmpAllocateClause, OMPC_allocate) in CHECK_SIMPLE_PARSER_CLAUSE() argument
272 bool Pre(const parser::OmpAllocateClause &x) { in Pre()
517 NODE(parser, OmpAllocateClause) in NODE()518 NODE(OmpAllocateClause, Allocator) in NODE()
3426 struct OmpAllocateClause { struct3427 TUPLE_CLASS_BOILERPLATE(OmpAllocateClause);
256 let flangClass = "OmpAllocateClause";