HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 51 - 75 of 141) 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 331 printer_->Indent();
399 printer_->Indent();
400 printer_->Indent();
473 printer_->Indent();
505 printer_->Indent();
527 printer_->Indent();
540 printer_->Indent();
560 printer_->Indent();
586 printer_->Indent();
654 printer_->Indent();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 306 printer_->Indent();
369 printer_->Indent();
370 printer_->Indent();
443 printer_->Indent();
476 printer_->Indent();
498 printer_->Indent();
511 printer_->Indent();
531 printer_->Indent();
557 printer_->Indent();
625 printer_->Indent();
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 432 printer->Indent();
492 printer->Indent();
512 printer->Indent();
543 printer->Indent();
cpp_service.cc 77 printer->Indent();
117 printer->Indent();
cpp_enum.cc 63 printer->Indent();
  /external/lldb/source/Interpreter/
CommandHistory.cpp 139 stream.Indent();
OptionValueFileSpecLIst.cpp 35 strm.Indent();
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugRanges.cpp 150 s.Indent();
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 401 printer->Indent();
461 printer->Indent();
481 printer->Indent();
505 printer->Indent();
cpp_service.cc 77 printer->Indent();
117 printer->Indent();
cpp_enum.cc 63 printer->Indent();
  /external/clang/lib/Format/
Format.cpp 572 tryFitMultipleLinesInOne(unsigned Indent,
580 if (Style.ColumnLimit > 0 && Indent > Style.ColumnLimit)
584 Style.ColumnLimit == 0 ? UINT_MAX : Style.ColumnLimit - Indent;
821 // Determine indent and try to merge multiple unwrapped lines.
822 unsigned Indent;
824 Indent = TheLine.Level * Style.IndentWidth;
829 Indent = getIndent(IndentForLevel, TheLine.Level);
831 unsigned LevelIndent = Indent;
832 if (static_cast<int>(Indent) + Offset >= 0)
833 Indent += Offset
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 326 std::string Indent(IndentLevel*2, ' ');
336 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
350 outs() << Indent << "<";
382 outs() << Indent << "</";
432 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/chromium_org/third_party/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/clang/lib/Analysis/
AnalysisDeclContext.cpp 423 void LocationContext::dumpStack(raw_ostream &OS, StringRef Indent) const {
432 OS << Indent << '#' << Frame++ << ' ';
437 OS << Indent << " (scope)\n";
440 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 115 void dump(unsigned Indent = 0) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 142 const std::string Indent(IndentCount, ' ');
146 O << Indent
152 O << Indent
164 O << Indent;
  /external/protobuf/src/google/protobuf/io/
printer.cc 66 // Saw newline. If there is more text, we may need to insert an indent
71 // Setting this true will cause the next WriteRaw() to insert an indent
135 void Printer::Indent() {
141 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
162 // Insert an indent.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_enum_field.cc 507 printer->Indent();
549 printer->Indent();
  /external/lldb/source/Commands/
CommandObjectRegister.cpp 99 strm.Indent ();
163 strm.Indent ();

Completed in 715 milliseconds

1 23 4 5 6