HomeSort by relevance Sort by last modified time
    Searched refs:IndentSpaces (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 46 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0) {
62 void LinePrinter::Indent() { CurrentIndent += IndentSpaces; }
65 CurrentIndent = std::max(0, CurrentIndent - IndentSpaces);
LinePrinter.h 49 int IndentSpaces;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 55 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) {
73 Amount = IndentSpaces;
79 Amount = IndentSpaces;
110 CurrentIndent + IndentSpaces, true);
124 CurrentIndent + IndentSpaces, true);
236 CurrentIndent + IndentSpaces, true);
263 CurrentIndent + IndentSpaces, true);
LinePrinter.h 83 int IndentSpaces;

Completed in 1366 milliseconds