Lines Matching defs:tidy_grammar
244 struct tidy_grammar : cl::grammar<tidy_grammar> struct
246 tidy_grammar(tidy_compiler& state_, int indent_, bool is_html_) in tidy_grammar() function
251 template <typename Scanner> struct definition
324 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()
411 void do_end_tag(iter_type f, iter_type l) const in do_end_tag()
426 tidy_compiler& state;
427 int indent;
428 bool is_html;