Searched refs:Indent (Results 1 - 25 of 55) sorted by relevance

123

/external/llvm/lib/TableGen/
H A DStringMatcher.cpp47 std::string Indent(IndentCount*2+4, ' ');
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"; local
92 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
95 OS << Indent << " break;\n"; local
103 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n";
104 OS << Indent << "default: break;\n"; local
109 OS << Indent << "cas
114 OS << Indent << " break;\\n"; local
117 OS << Indent << "}\\n"; local
[all...]
/external/clang/lib/AST/
H A DStmtPrinter.cpp51 Indent();
57 Indent() << "<<<NULL STATEMENT>>>\n";
78 raw_ostream &Indent(int Delta = 0) { function in class:__anon3524::StmtPrinter
91 Indent() << "<<unknown stmt type>>\n";
117 Indent() << "}";
134 Indent() << ";\n";
138 Indent();
144 Indent();
150 Indent(-1) << "case ";
162 Indent(
[all...]
H A DDeclPrinter.cpp33 raw_ostream& Indent() { return Indent(Indentation); } function in class:__anon3485::DeclPrinter
34 raw_ostream& Indent(unsigned Indentation);
45 void VisitDeclContext(DeclContext *DC, bool Indent = true);
172 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);
185 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { function in class:DeclPrinter
202 this->Indent();
222 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { argument
226 if (Indent)
284 this->Indent();
[all...]
/external/clang/lib/Basic/
H A DModule.cpp178 void Module::print(llvm::raw_ostream &OS, unsigned Indent) const {
179 OS.indent(Indent);
187 OS.indent(Indent + 2);
194 OS.indent(Indent + 2);
205 OS.indent(Indent + 2);
210 OS.indent(Indent + 2);
217 OS.indent(Indent + 2);
225 (*MI)->print(OS, Indent + 2);
228 OS.indent(Indent + 2);
241 OS.indent(Indent
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc58 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...]
H A Djava_file.cc151 printer->Indent();
160 printer->Indent();
210 printer->Indent();
270 printer->Indent();
271 printer->Indent();
304 printer->Indent();
305 printer->Indent();
306 printer->Indent();
H A Djava_message.cc292 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...]
H A Djava_enum.cc81 printer->Indent();
116 printer->Indent();
117 printer->Indent();
H A Djava_enum_field.cc301 printer->Indent();
335 printer->Indent();
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp67 , unsigned Indent = 0
72 outs() << indent(Indent);
82 ++Indent;
85 dumpNode(i, Indent);
88 --Indent;
89 outs() << indent(Indent) << "]";
92 ++Indent;
95 outs() << indent(Indent) << "? ";
96 dumpNode(i->getKey(), Indent, true);
98 outs() << indent(Indent) << "
[all...]
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp40 static raw_ostream& Indent(raw_ostream& o, const unsigned indent) { function
56 Indent(o, indent) << "<dict>\n";
57 Indent(o, indent) << " <key>line</key><integer>"
59 Indent(o, indent) << " <key>col</key><integer>"
61 Indent(o, indent) << " <key>file</key><integer>"
63 Indent(o, indent) << "</dict>\n";
70 Indent(o, indent) << "<array>\n";
73 Indent(o, indent) << "</array>\n";
/external/webkit/Source/WebCore/editing/
H A DIndentOutdentCommand.h36 enum EIndentType { Indent, Outdent }; enumerator in enum:WebCore::IndentOutdentCommand::EIndentType
47 virtual EditAction editingAction() const { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; }
/external/clang/tools/diagtool/
H A DTreeView.cpp35 bool FlagsOnly, unsigned Indent = 0) {
36 out.indent(Indent * 2);
39 ++Indent;
43 printGroup(out, *I, FlagsOnly, Indent);
50 out.indent(Indent * 2);
/external/llvm/include/llvm/TableGen/
H A DStringMatcher.h44 void Emit(unsigned Indent = 0) const;
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h72 unsigned Indent; member in class:llvm::DiffConsumer
80 : out(errs()), Differences(false), Indent(0) {}
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message.cc198 printer->Indent();
255 printer->Indent();
279 printer->Indent();
312 printer->Indent();
316 printer->Indent();
321 printer->Indent();
341 printer->Indent();
394 printer->Indent();
417 printer->Indent();
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc277 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();
1037 printer->Indent();
[all...]
H A Dcpp_string_field.cc99 printer->Indent();
113 printer->Indent();
286 printer->Indent();
312 printer->Indent();
/external/protobuf/src/google/protobuf/io/
H A Dprinter.h88 // 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();
H A Dprinter_unittest.cc184 printer.Indent();
188 printer.Indent();
195 printer.Indent();
232 EXPECT_DEBUG_DEATH(printer.Outdent(), "without matching Indent");
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp92 static raw_ostream &Indent(raw_ostream &o, const unsigned indent) { function
108 Indent(o, indent) << "<dict>\n";
109 Indent(o, indent) << " <key>line</key><integer>"
111 Indent(o, indent) << " <key>col</key><integer>"
113 Indent(o, indent) << " <key>file</key><integer>"
115 Indent(o, indent) << "</dict>\n";
129 Indent(o, indent) << "<array>\n";
132 Indent(o, indent) << "</array>\n";
159 Indent(o, indent) << "<dict>\n";
162 Indent(
[all...]
/external/v8/src/
H A Dscopes.cc733 static void Indent(int n, const char* str) { function in namespace:v8::internal
766 Indent(indent, Variable::Mode2String(var->mode()));
793 Indent(n0, Header(type_));
813 Indent(n1, "// (local) function name: ");
820 Indent(n1, "// scope has trivial outer context\n");
826 Indent(n1, "// strict mode scope\n");
829 Indent(n1, "// extended mode scope\n");
832 if (scope_inside_with_) Indent(n1, "// scope inside 'with'\n");
833 if (scope_contains_with_) Indent(n1, "// scope contains 'with'\n");
834 if (scope_calls_eval_) Indent(n
[all...]
/external/llvm/test/Scripts/
H A Dcoff-dump.py239 Indent = 0 variable
243 global Indent
244 Indent += 1
247 global Indent
248 Indent -= 1
257 output += Indent * ' '
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp54 unsigned EmitMatcherList(const Matcher *N, unsigned Indent,
61 unsigned EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx,
138 EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx, argument
140 OS.PadToColumn(Indent*2);
157 OS.PadToColumn(Indent*2) << "/*Scope*/ ";
159 OS.PadToColumn(Indent*2);
176 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
198 OS.PadToColumn(Indent*2) << "0, ";
311 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
318 OS.PadToColumn(Indent*
581 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, formatted_raw_ostream &OS) argument
[all...]
H A DCallingConvEmitter.cpp31 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
78 unsigned Indent, raw_ostream &O) {
79 std::string IndentStr = std::string(Indent, ' ');
100 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
77 EmitAction(Record *Action, unsigned Indent, raw_ostream &O) argument

Completed in 1664 milliseconds

123