Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
DFormatUtil.h48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() function
/openbsd/src/gnu/llvm/clang/lib/Format/
DUnwrappedLineFormatter.cpp1063 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon0fb845c00111::NoColumnLimitLineFormatter
1089 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon0fb845c00111::NoLineBreakFormatter
1114 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon0fb845c00111::OptimizingLineFormatter
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h63 template <typename... Ts> void formatLine(const char *Fmt, Ts &&...Items) { in formatLine() function