Searched defs:formatLine (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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-15.0.7/clang/lib/Format/ | ||
| H A D | UnwrappedLineFormatter.cpp | 1041 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon8a591c740111::NoColumnLimitLineFormatter |
| /llvm-project-15.0.7/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 |