Searched refs:LengthSelector (Results 1 – 5 of 5) sorted by relevance
298 TYPE_PARSER(construct<CharSelector>(Parser<LengthSelector>{}) ||311 TYPE_PARSER(construct<LengthSelector>(313 construct<LengthSelector>("*" >> charLength /* / maybe(","_tok) */))
189 void Unparse(const LengthSelector &x) { // R722 in Unparse()
647 struct LengthSelector { struct648 UNION_CLASS_BOILERPLATE(LengthSelector);670 std::variant<LengthSelector, LengthAndKind> u; argument
405 NODE(parser, LengthSelector) in NODE()
774 void Post(const parser::LengthSelector &);3573 void DeclarationVisitor::Post(const parser::LengthSelector &x) { in Post()