Searched defs:SkipStuffBeforeStatement (Results 1 – 1 of 1) sorted by relevance
607 struct SkipStuffBeforeStatement { struct608 using resultType = Success;609 static std::optional<Success> Parse(ParseState &state) { in Parse()