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