Searched refs:stmts (Results 1 – 2 of 2) sorted by relevance
93 Formatter& Formatter::sFor(const std::string& stmts, const std::function<void(void)>& block) { in sFor() argument94 (*this) << "for (" << stmts << ") "; in sFor()
86 Formatter& sFor(const std::string& stmts, const std::function<void(void)>& block);