reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 9065           s->Format("\n{0}{1}", llvm::fmt_repeat(" ", depth + DEPTH_INCREMENT),
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  538                                  inst_offset, llvm::fmt_repeat(' ', spaces), m,
tools/llvm-pdbutil/BytesOutputStyle.cpp
   82   P.formatLine("{0}", fmt_repeat('=', 60));
tools/llvm-pdbutil/DumpOutputStyle.cpp
  234   P.formatLine("{0}", fmt_repeat('=', 60));
  337   P.formatLine("{0}", fmt_repeat('-', 74));
  404                    fmt_repeat(' ', NumDigits(StreamCount)),
  716   P.formatLine("{0}", fmt_repeat('-', 74));
  871   P.formatLine("{0}", fmt_repeat('-', TableWidth));
  879   P.formatLine("{0}", fmt_repeat('-', TableWidth));
  884   P.formatLine("{0}", fmt_repeat('-', TableWidth));
tools/llvm-pdbutil/FormatUtil.cpp
   85       Result += formatv("{0}", fmt_repeat(' ', IndentLevel));
   95     Result += formatv("\n{0}{1}", fmt_repeat(' ', IndentLevel), S);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  387                 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: ")))
unittests/Support/FormatVariadicTest.cpp
  610   EXPECT_EQ("171171171171171", formatv("{0}", fmt_repeat(N, 5)).str());
  613             formatv("{0:X-}", fmt_pad(fmt_repeat(N, 5), 1, 3)).str());
  615             formatv("{0,=34:X-}", fmt_repeat(fmt_pad(N, 1, 3), 5)).str());