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

1 2 3 4 5

  /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...]
java_enum.cc 83 printer->Indent();
130 printer->Indent();
131 printer->Indent();
java_file.cc 199 printer->Indent();
208 printer->Indent();
260 printer->Indent();
307 printer->Indent();
308 printer->Indent();
341 printer->Indent();
342 printer->Indent();
343 printer->Indent();
  /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.
ContinuationIndenter.cpp 116 // Don't create a 'hanging' indent if there are multiple blocks in a single
147 State.Column > State.Stack.back().Indent && // Breaking saves columns.
287 else if (State.Stack.back().Indent + Current.LongestObjCSelectorName >
290 State.Stack.back().Indent + Current.LongestObjCSelectorName;
297 State.Stack.back().Indent = State.Column + Spaces;
307 // parameter, i.e. let nested calls have a continuation indent.
320 // Always indent relative to the RHS of the expression unless this is a
321 // simple assignment without binary expression on the RHS. Also indent
325 State.Stack.back().Indent = State.Column;
328 // If a function has a trailing call, indent all parameters from th
    [all...]
  /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/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 428 printer->Indent();
468 printer->Indent();
616 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
printer_unittest.cc 184 printer.Indent();
188 printer.Indent();
191 printer.PrintRaw("RawBit has indent at start\n");
195 printer.Indent();
212 " RawBit has indent at start\n"
232 EXPECT_DEBUG_DEATH(printer.Outdent(), "without matching 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/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...]
  /external/chromium_org/mojo/nacl/generator/
generate_nacl_bindings.py 61 def Indent(self):
62 return Indent(self)
66 class Indent(object):
87 indent = ' '
90 lines.append(indent + item + ',')
92 lines.append(indent + item + post)
114 with code.Indent():
235 with code.Indent():
316 with code.Indent():
319 with code.Indent()
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 286 struct Indent
289 Indent (int level_) : level(level_) {}
317 std::ostream& operator<< (std::ostream& str, const Indent& indent);
324 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel); } function in namespace:glu
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 334 void LexicalScope::dump(unsigned Indent) const {
337 err.indent(Indent);
340 err.indent(Indent);
343 err << std::string(Indent, ' ') << "Abstract Scope\n";
346 err << std::string(Indent + 2, ' ') << "Children ...\n";
349 Children[i]->dump(Indent + 2);

Completed in 777 milliseconds

1 2 3 4 5