Searched refs:LengthSelector (Results 1 – 5 of 5) sorted by relevance
307 TYPE_PARSER(construct<CharSelector>(Parser<LengthSelector>{}) ||320 TYPE_PARSER(construct<LengthSelector>(322 construct<LengthSelector>("*" >> charLength /* / maybe(","_tok) */))
198 void Unparse(const LengthSelector &x) { // R722 in Unparse()
649 struct LengthSelector { struct650 UNION_CLASS_BOILERPLATE(LengthSelector);672 std::variant<LengthSelector, LengthAndKind> u; argument
413 NODE(parser, LengthSelector) in NODE()
904 void Post(const parser::LengthSelector &);4348 void DeclarationVisitor::Post(const parser::LengthSelector &x) { in Post()