Searched defs:tidy_compiler (Results 1 – 1 of 1) sorted by relevance
197 struct tidy_compiler struct199 tidy_compiler(std::string& out_, int linewidth_, bool is_html) in tidy_compiler() argument228 bool is_flow_tag(std::string const& tag) in is_flow_tag()233 std::set<std::string> block_tags;234 std::stack<std::string> tags;235 std::string& out;236 int current_indent;237 pretty_printer printer;238 std::string current_tag;