HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 134 void DiffConsumer::indent() { function in class:DiffConsumer
135 unsigned N = Indent;
145 Indent += 2;
151 Indent -= 2;
156 indent();
162 indent();
194 indent();
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 337 printer_->Indent();
418 printer_->Indent();
419 printer_->Indent();
494 printer_->Indent();
526 printer_->Indent();
549 printer_->Indent();
567 printer_->Indent();
590 printer_->Indent();
616 printer_->Indent();
646 printer_->Indent();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 227 printer->Indent();
236 printer->Indent();
292 printer->Indent();
321 printer->Indent();
396 printer->Indent();
java_message_field.cc 222 printer->Indent();
226 printer->Indent();
243 printer->Indent();
755 printer->Indent();
910 printer->Indent();
914 printer->Indent();
931 printer->Indent()
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp     [all...]
  /external/lldb/source/Interpreter/
CommandHistory.cpp 139 stream.Indent();
OptionValueFileSpecLIst.cpp 35 strm.Indent();
Options.cpp 328 // This function takes INDENT, which tells how many spaces to output at the front of each line; SPACES, which is
330 // multiple lines if necessary, to RESULT, with INDENT spaces at the front of each line. It breaks lines on spaces,
350 strm.Indent (text);
383 strm.Indent();
512 strm.Indent (name);
626 strm.Indent(name);
669 strm.Indent ();
690 strm.Indent ();
704 // Restore the indent level
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugRanges.cpp 150 s.Indent();
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 445 printer->Indent();
505 printer->Indent();
525 printer->Indent();
556 printer->Indent();
cpp_service.cc 77 printer->Indent();
117 printer->Indent();
  /external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.cpp 42 Printer.Indent();
134 Printer.Indent();
CompilandDumper.cpp 56 Printer.Indent();
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 335 std::string Indent(IndentLevel*2, ' ');
345 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
359 outs() << Indent << "<";
392 outs() << Indent << "</";
442 outs() << Indent << " <";
  /external/lldb/source/Core/
Section.cpp 204 s->Indent();
514 s->Indent();
516 s->Indent();
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 444 s->Indent();
453 s->Indent();
459 s->Indent();
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 430 void LocationContext::dumpStack(raw_ostream &OS, StringRef Indent) const {
439 OS << Indent << '#' << Frame++ << ' ';
444 OS << Indent << " (scope)\n";
447 OS << Indent << " (block context: "
  /external/lldb/include/lldb/Core/
Stream.h 472 /// Indent the current line in the stream.
474 /// Indent the current line using the current indentation level and
482 Indent(const char *s = NULL);
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 118 void dump(unsigned Indent = 0) const;
  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBRawSymbol.h 31 virtual void dump(raw_ostream &OS, int Indent) const = 0;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 145 const std::string Indent(IndentCount, ' ');
149 O << Indent
155 O << Indent
167 O << Indent;
  /external/protobuf/src/google/protobuf/io/
printer.cc 65 // Saw newline. If there is more text, we may need to insert an indent
70 // Setting this true will cause the next WriteRaw() to insert an indent
145 void Printer::Indent() {
151 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
172 // Insert an indent.
  /external/lldb/source/Commands/
CommandObjectRegister.cpp 99 strm.Indent ();
163 strm.Indent ();
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 125 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name,
131 OS.indent(Indent);
136 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name,
147 OS.indent(Indent);
153 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name,
161 OS.indent(Indent);
180 DumpDIAValue(Stream, Indent, StringRef(#Method), Symbol, &IDiaSymbol::Method)
    [all...]
  /external/lldb/source/Target/
Thread.cpp     [all...]

Completed in 704 milliseconds

1 23 4 5 6