Searched defs:ParseVisitor (Results 1 – 1 of 1) sorted by relevance
28 struct ParseVisitor { struct29 std::string_view arg0;30 std::string_view arg1;33 ParseStatus operator()(Parser& parser) { in operator ()()