HomeSort by: relevance | last modified time | path
    Searched defs:LinePrinter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 1 //===- LinePrinter.cpp ------------------------------------------*- C++ -*-===//
9 #include "LinePrinter.h"
53 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream)
70 void LinePrinter::Indent(uint32_t Amount) {
76 void LinePrinter::Unindent(uint32_t Amount) {
82 void LinePrinter::NewLine() {
87 void LinePrinter::print(const Twine &T) { OS << T; }
89 void LinePrinter::printLine(const Twine &T) {
94 bool LinePrinter::IsClassExcluded(const ClassLayout &Class)
    [all...]
LinePrinter.h 1 //===- LinePrinter.h ------------------------------------------ *- C++ --*-===//
32 class LinePrinter {
36 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream);
96 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel)
101 LinePrinter &P;
114 explicit AutoIndent(LinePrinter &L, uint32_t Amount = 0)
129 LinePrinter *L = nullptr;
134 inline raw_ostream &operator<<(LinePrinter &Printer, const T &Item) {
155 WithColor(LinePrinter &P, PDB_ColorItem C);

Completed in 15 milliseconds