HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 1 - 25 of 141) 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/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.cc 60 printer->Indent();
111 printer->Indent();
124 printer->Indent();
125 printer->Indent();
150 printer->Indent();
151 printer->Indent();
189 printer->Indent();
190 printer->Indent();
234 printer->Indent();
235 printer->Indent();
    [all...]
java_message.cc 285 printer->Indent();
349 printer->Indent();
437 printer->Indent();
499 printer->Indent();
562 printer->Indent();
734 printer->Indent();
825 printer->Indent();
826 printer->Indent();
852 printer->Indent();
902 printer->Indent();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 58 printer->Indent();
103 printer->Indent();
116 printer->Indent();
117 printer->Indent();
142 printer->Indent();
143 printer->Indent();
180 printer->Indent();
181 printer->Indent();
225 printer->Indent();
226 printer->Indent();
    [all...]
java_file.cc 151 printer->Indent();
160 printer->Indent();
210 printer->Indent();
270 printer->Indent();
271 printer->Indent();
304 printer->Indent();
305 printer->Indent();
306 printer->Indent();
java_message.cc 292 printer->Indent();
355 printer->Indent();
410 printer->Indent();
470 printer->Indent();
633 printer->Indent();
735 printer->Indent();
775 printer->Indent();
812 printer->Indent();
823 printer->Indent();
828 printer->Indent();
    [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 55 struct indent { struct
57 indent(unsigned d) : distance(d) {} function in struct:indent
60 static raw_ostream &operator <<(raw_ostream &os, const indent &in) {
81 , unsigned Indent = 0
86 outs() << indent(Indent);
96 ++Indent;
99 dumpNode(i, Indent);
102 --Indent;
103 outs() << indent(Indent) << "]"
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 53 // If this is an expr used in a stmt context, indent and newline it.
54 Indent();
60 Indent() << "<<<NULL STATEMENT>>>\n";
82 raw_ostream &Indent(int Delta = 0) {
95 Indent() << "<<unknown stmt type>>\n";
120 Indent() << "}";
133 Indent() << ";\n";
137 Indent();
143 Indent();
149 Indent(-1) << "case "
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h 36 enum EIndentType { Indent, Outdent };
47 virtual EditAction editingAction() const OVERRIDE { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; }
  /external/clang/lib/Format/
ContinuationIndenter.h 145 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace,
147 : Indent(Indent), IndentLevel(IndentLevel), LastSpace(LastSpace),
159 unsigned Indent;
261 if (Indent != Other.Indent)
262 return Indent < Other.Indent;
341 /// \brief The indent of the first token.
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.cpp 21 const unsigned Indent = 12;
24 OS.indent(Indent);
27 OS.indent(Indent) << " Ending address offset: "
29 OS.indent(Indent) << " Location description: ";
115 const unsigned Indent = 12;
118 OS.indent(Indent);
    [all...]
  /external/clang/lib/Basic/
Module.cpp 288 void Module::print(raw_ostream &OS, unsigned Indent) const {
289 OS.indent(Indent);
297 OS.indent(Indent + 2);
304 OS.indent(Indent + 2);
317 OS.indent(Indent + 2);
322 OS.indent(Indent + 2)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.cc 150 printer->Indent();
232 printer->Indent();
233 printer->Indent();
234 printer->Indent();
235 printer->Indent();
295 printer->Indent();
316 printer->Indent();
340 printer->Indent();
344 printer->Indent();
349 printer->Indent();
    [all...]
  /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/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 428 printer->Indent();
468 printer->Indent();
616 printer->Indent();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 277 printer->Indent();
316 printer->Indent();
450 printer->Indent();
772 printer->Indent();
791 printer->Indent();
813 printer->Indent();
952 printer->Indent();
980 printer->Indent();
993 printer->Indent();
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 92 // Indent text by two spaces. After calling Indent(), two spaces will be
93 // inserted at the beginning of each line of text. Indent() may be called
95 void Indent();
97 // Reduces the current indent level by two spaces, or crashes if the indent
  /external/lldb/source/Breakpoint/
WatchpointOptions.cpp 188 s->Indent();
191 s->Indent();
222 s->Indent("watchpoint commands:\n");
230 s->Indent(data->user_source.GetStringAtIndex(i));
BreakpointLocation.cpp 530 s->Indent();
557 s->Indent("module = ");
564 s->Indent("compile unit = ");
570 s->Indent("function = ");
577 s->Indent("location = ");
588 s->Indent("symbol = ");
598 s->Indent();
620 s->Indent();
623 s->Indent();
628 s->Indent();
    [all...]
  /external/protobuf/src/google/protobuf/io/
printer.h 88 // Indent text by two spaces. After calling Indent(), two spaces will be
89 // inserted at the beginning of each line of text. Indent() may be called
91 void Indent();
93 // Reduces the current indent level by two spaces, or crashes if the indent
  /external/lldb/source/Symbol/
SymbolContext.cpp 190 s->Indent();
238 s->Indent(" Module: file = \"");
248 s->Indent("CompileUnit: ");
255 s->Indent(" Function: ");
262 s->Indent(" FuncType: ");
285 s->Indent(" Blocks: ");
287 s->Indent(" ");
295 s->Indent(" LineEntry: ");
302 s->Indent(" Symbol: ");
326 s->Indent();
    [all...]

Completed in 704 milliseconds

1 2 3 4 5 6