Home | History | Annotate | Download | only in Format

Lines Matching defs:Formatter

16 #define DEBUG_TYPE "format-formatter"
1451 class Formatter : public UnwrappedLineConsumer {
1453 Formatter(const FormatStyle &Style, Lexer &Lex, SourceManager &SourceMgr,
1464 virtual ~Formatter() {}
1541 UnwrappedLineFormatter Formatter(Style, SourceMgr, TheLine, Indent,
1544 Formatter.format(I + 1 != E ? &*(I + 1) : NULL);
1895 Formatter formatter(Style, Lex, SourceMgr, Ranges);
1896 return formatter.format();