Home
last modified time | relevance | path

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

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