Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormat.cpp1058 class Formatter : public UnwrappedLineConsumer { class
1060 Formatter(const FormatStyle &Style, SourceManager &SourceMgr, FileID ID, in Formatter() function in clang::format::__anon50dac10e0111::Formatter
1125 UnwrappedLineFormatter Formatter(&Indenter, &Whitespaces, Style); in format() local
H A DUnwrappedLineFormatter.cpp408 NoColumnLimitFormatter Formatter(Indenter); in format() local