Searched defs:formatLine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/tools/lldb-test/ | ||
H A D | FormatUtil.h | 48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() function |
/llvm-project/clang/lib/Format/ | ||
H A D | UnwrappedLineFormatter.cpp | 1108 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, formatLine() function in clang::format::__anon76deacb70111::NoColumnLimitLineFormatter |
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ | ||
H A D | LinePrinter.h | 63 template <typename... Ts> void formatLine(const char *Fmt, Ts &&...Items) { in formatLine() function |