Searched refs:Formatter (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h78 template <class Formatter>
80 IsMatch (const std::shared_ptr<Formatter>& formatter_sp) const
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp609 NoColumnLimitFormatter Formatter(Indenter);
611 Formatter.format(Indent, &TheLine);
1207 class Formatter : public UnwrappedLineConsumer { class in namespace:clang::format::__anon3275
1209 Formatter(const FormatStyle &Style, Lexer &Lex, SourceManager &SourceMgr, function in class:clang::format::__anon3275::Formatter
1268 UnwrappedLineFormatter Formatter(SourceMgr, Ranges, &Indenter, &Whitespaces,
1270 Formatter.format(AnnotatedLines, /*DryRun=*/false);
1358 Formatter formatter(Style, Lex, SourceMgr, Ranges);

Completed in 301 milliseconds