Home
last modified time | relevance | path

Searched defs:Formatter (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Format/
DFormat.cpp1154 class Formatter : public UnwrappedLineConsumer { class
1156 Formatter(DiagnosticsEngine &Diag, const FormatStyle &Style, Lexer &Lex, in Formatter() function in clang::format::Formatter
1218 UnwrappedLineFormatter Formatter(Style, SourceMgr, TheLine, Indent, in format() local