Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp793 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon847ac5d30111::NoColumnLimitLineFormatter
819 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon847ac5d30111::NoLineBreakFormatter
844 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon847ac5d30111::OptimizingLineFormatter
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DLinePrinter.h45 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() function