Home
last modified time | relevance | path

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

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