HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/llvm/lib/TableGen/
StringMatcher.cpp 47 std::string Indent(IndentCount*2+4, ' ');
54 // If the to-execute code has \n's in it, indent each subsequent line.
58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
63 OS << Indent << Split.first << "\n";
86 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
88 OS << Indent << " break;\n";
92 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
95 OS << Indent << " break;\n";
103 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n";
104 OS << Indent << "default: break;\n"
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
IPDBSourceFile.cpp 20 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const {
21 OS.indent(Indent);
  /external/llvm/lib/ProfileData/
SampleProf.cpp 89 /// \brief Print the sample record to the stream \p OS indented by \p Indent.
90 void SampleRecord::print(raw_ostream &OS, unsigned Indent) const {
109 void FunctionSamples::print(raw_ostream &OS, unsigned Indent) const {
113 OS.indent(Indent);
118 OS.indent(Indent + 2);
121 OS.indent(Indent);
127 OS.indent(Indent)
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBSourceFile.h 27 void dump(raw_ostream &OS, int Indent) const;
PDBSymbolExe.h 42 int Indent) const;
  /external/clang/lib/Format/
ContinuationIndenter.h 148 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace,
150 : Indent(Indent), IndentLevel(IndentLevel), LastSpace(LastSpace),
151 NestedBlockIndent(Indent), BreakBeforeClosingBrace(false),
160 unsigned Indent;
172 /// \brief If a block relative to this parenthesis level gets wrapped, indent
266 if (Indent != Other.Indent)
267 return Indent < Other.Indent;
    [all...]
UnwrappedLineFormatter.h 47 /// \brief Add a new line and the required indent before the first Token
51 unsigned Indent, bool InPPDirective);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
command_registry.py 284 with printer.Indent():
287 with printer.Indent():
290 with printer.Indent(' '):
296 with printer.Indent(' '):
302 with printer.Indent(' '):
307 with printer.Indent(' '):
321 with printer.Indent():
330 with printer.Indent():
338 with printer.Indent():
349 with printer.Indent(' ')
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 88 unsigned indent) {
90 Indent(o, indent) << "<dict>\n";
91 ++indent;
93 Indent(o, indent) << "<key>kind</key><string>control</string>\n";
96 Indent(o, indent) << "<key>edges</key>\n";
97 ++indent;
98 Indent(o, indent) << "<array>\n"
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 72 printer->Indent();
124 printer->Indent();
137 printer->Indent();
138 printer->Indent();
163 printer->Indent();
164 printer->Indent();
202 printer->Indent();
203 printer->Indent();
250 printer->Indent();
251 printer->Indent();
    [all...]
java_message.cc 249 printer->Indent();
322 printer->Indent();
421 printer->Indent();
486 printer->Indent();
553 printer->Indent();
619 printer->Indent();
805 printer->Indent();
    [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 60 struct indent { struct
62 indent(unsigned d) : distance(d) {} function in struct:indent
65 static raw_ostream &operator <<(raw_ostream &os, const indent &in) {
86 , unsigned Indent = 0
91 outs() << indent(Indent);
103 ++Indent;
106 dumpNode(i, Indent);
109 --Indent;
110 outs() << indent(Indent) << "]"
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 21 const unsigned Indent = 12;
24 OS.indent(Indent);
27 OS.indent(Indent) << " Ending address offset: "
29 OS.indent(Indent) << " Location description: ";
114 const unsigned Indent = 12;
117 OS.indent(Indent);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.cc 155 printer->Indent();
252 printer->Indent();
253 printer->Indent();
254 printer->Indent();
255 printer->Indent();
281 printer->Indent();
327 printer->Indent();
348 printer->Indent();
372 printer->Indent();
376 printer->Indent();
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 54 // If this is an expr used in a stmt context, indent and newline it.
55 Indent();
61 Indent() << "<<<NULL STATEMENT>>>\n";
83 raw_ostream &Indent(int Delta = 0) {
96 Indent() << "<<unknown stmt type>>\n";
121 Indent() << "}";
134 Indent() << ";\n";
138 Indent();
144 Indent();
150 Indent(-1) << "case "
    [all...]
  /external/llvm/tools/llvm-pdbdump/
TypeDumper.cpp 35 Printer.Indent();
44 Printer.Indent();
53 Printer.Indent();
LinePrinter.h 26 LinePrinter(int Indent, raw_ostream &Stream);
28 void Indent();
LinePrinter.cpp 42 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream)
43 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0) {
59 void LinePrinter::Indent() { CurrentIndent += IndentSpaces; }
67 OS.indent(CurrentIndent);
EnumDumper.cpp 36 Printer.Indent();
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 45 void Emit(unsigned Indent = 0) const;
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 71 unsigned Indent;
75 void indent();
79 : out(errs()), Differences(false), Indent(0) {}
  /external/clang/lib/Basic/
Module.cpp 321 void Module::print(raw_ostream &OS, unsigned Indent) const {
322 OS.indent(Indent);
330 OS.indent(Indent + 2);
340 OS.indent(Indent + 2);
353 OS.indent(Indent + 2);
358 OS.indent(Indent + 2)
    [all...]
  /external/clang/tools/diagtool/
TreeView.cpp 58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) {
59 out.indent(Indent * 2);
65 ++Indent;
69 printGroup(*I, Indent);
78 out.indent(Indent * 2);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 192 printer->Indent();
249 printer->Indent();
273 printer->Indent();
306 printer->Indent();
310 printer->Indent();
315 printer->Indent();
335 printer->Indent();
384 printer->Indent();
407 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 445 printer->Indent();
452 printer->Indent();
542 printer->Indent();
596 printer->Indent();
757 printer->Indent();
877 printer->Indent();
    [all...]

Completed in 579 milliseconds

1 2 3 4 5 6