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

References

tools/lldb/tools/lldb-test/FormatUtil.h
   29     LinePrinter *P;
   32     Line(LinePrinter &P) : P(&P) { P.OS.indent(P.CurrentIndent); }
   62   explicit AutoIndent(LinePrinter &L, uint32_t Amount = 0)
   71   LinePrinter *L = nullptr;
tools/lldb/tools/lldb-test/lldb-test.cpp
   86 static void dumpState(const BreakpointList &List, LinePrinter &P);
  307 void opts::breakpoint::dumpState(const BreakpointList &List, LinePrinter &P) {
  365   LinePrinter P(4, outs());
  823 static void dumpSectionList(LinePrinter &Printer, const SectionList &List, bool is_subsection) {
  859   LinePrinter Printer(4, llvm::outs());