Searched defs:formatLine (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/lldb-test/ | ||
H A D | FormatUtil.h | 48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() function |
/openbsd/gnu/llvm/clang/lib/Format/ | ||
H A D | UnwrappedLineFormatter.cpp | 1063 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon07d40d110111::NoColumnLimitLineFormatter |
/openbsd/gnu/llvm/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 |