Searched defs:Formatter (Results 1 – 1 of 1) sorted by relevance
1154 class Formatter : public UnwrappedLineConsumer { class1156 Formatter(DiagnosticsEngine &Diag, const FormatStyle &Style, Lexer &Lex, in Formatter() function in clang::format::Formatter1218 UnwrappedLineFormatter Formatter(Style, SourceMgr, TheLine, Indent, in format() local