Home | History | Annotate | Download | only in Format

Lines Matching defs:Formatter

16 #define DEBUG_TYPE "format-formatter"
1154 class Formatter : public UnwrappedLineConsumer {
1156 Formatter(DiagnosticsEngine &Diag, const FormatStyle &Style, Lexer &Lex,
1162 virtual ~Formatter() {}
1218 UnwrappedLineFormatter Formatter(Style, SourceMgr, TheLine, Indent,
1222 Formatter.format(I + 1 != E ? &*(I + 1) : NULL);
1537 Formatter formatter(Diagnostics, Style, Lex, SourceMgr, Ranges);
1538 return formatter.format();