Searched defs:tidy_grammar (Results 1 – 1 of 1) sorted by relevance
244 struct tidy_grammar : cl::grammar<tidy_grammar> struct246 tidy_grammar(tidy_compiler& state_, int indent_, bool is_html_) in tidy_grammar() function251 template <typename Scanner> struct definition324 void do_escape_post(iter_type f, iter_type l) const in do_escape_post()330 void do_escape(iter_type f, iter_type l) const in do_escape()343 void do_code(iter_type f, iter_type l) const in do_code()381 void do_tag(iter_type f, iter_type l) const in do_tag()386 void do_start_end_tag(iter_type f, iter_type l) const in do_start_end_tag()394 void do_start_tag(iter_type f, iter_type l) const in do_start_tag()406 void do_content(iter_type f, iter_type l) const in do_content()[all …]