/external/lldb/source/Breakpoint/ |
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...] |
BreakpointOptions.cpp | 223 s->Indent(); 226 s->Indent(); 279 s->Indent("Breakpoint commands:\n"); 287 s->Indent(data->user_source.GetStringAtIndex(i));
|
/external/clang/lib/Format/ |
UnwrappedLineFormatter.cpp | 35 tryFitMultipleLinesInOne(unsigned Indent, 51 if (Style.ColumnLimit > 0 && Indent > Style.ColumnLimit) 55 Style.ColumnLimit == 0 ? UINT_MAX : Style.ColumnLimit - Indent; 362 // Determine indent and try to merge multiple unwrapped lines. 363 unsigned Indent; 365 Indent = TheLine.Level * Style.IndentWidth; 370 Indent = getIndent(IndentForLevel, TheLine.Level); 372 unsigned LevelIndent = Indent; 373 if (static_cast<int>(Indent) + Offset >= 0) 374 Indent += Offset [all...] |
ContinuationIndenter.cpp | 119 // Don't create a 'hanging' indent if there are multiple blocks in a single 155 State.Column > State.Stack.back().Indent && // Breaking saves columns. 306 else if (State.Stack.back().Indent + Current.LongestObjCSelectorName > 310 State.Stack.back().Indent) + 319 State.Stack.back().Indent = State.Column + Spaces; 344 // parameter, i.e. let nested calls have a continuation indent. 357 // Always indent relative to the RHS of the expression unless this is a 358 // simple assignment without binary expression on the RHS. Also indent 362 State.Stack.back().Indent = State.Column; 365 // If a function has a trailing call, indent all parameters from th [all...] |
UnwrappedLineFormatter.h | 89 /// \brief Add a new line and the required indent before the first Token 93 unsigned Indent, bool InPPDirective); 95 /// \brief Get the indent of \p Level from \p IndentForLevel. 97 /// \p IndentForLevel must contain the indent for the level \c l 98 /// at \p IndentForLevel[l], or a value < 0 if the indent for
|
/external/deqp/framework/opengl/ |
gluVarType.hpp | 288 struct Indent 291 Indent (int level_) : level(level_) {} 319 std::ostream& operator<< (std::ostream& str, const Indent& indent); 326 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel); } function in namespace:glu
|
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.cpp | 132 Printer.Indent(); 164 Printer.Indent(); 175 Printer.Indent(); 184 Printer.Indent(); 195 Printer.Indent();
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBSymbol.cpp | 106 Dumper.dump(OS, Indent, *DerivedThis); 110 void PDBSymbol::defaultDump(raw_ostream &OS, int Indent) const { 111 RawSymbol->dump(OS, Indent);
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_shared_code_generator.cc | 88 printer->Indent(); 89 printer->Indent(); 123 printer->Indent();
|
java_enum.cc | 99 printer->Indent(); 149 printer->Indent(); 150 printer->Indent(); 207 printer->Indent();
|
/external/protobuf/src/google/protobuf/io/ |
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/llvm/lib/CodeGen/ |
LexicalScopes.cpp | 316 void LexicalScope::dump(unsigned Indent) const { 319 err.indent(Indent); 322 err.indent(Indent); 325 err << std::string(Indent, ' ') << "Abstract Scope\n"; 328 err << std::string(Indent + 2, ' ') << "Children ...\n"; 331 Children[i]->dump(Indent + 2);
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_enum_field.cc | 387 printer->Indent(); 420 printer->Indent(); 438 printer->Indent(); 439 printer->Indent(); 469 printer->Indent(); 495 printer->Indent();
|
javanano_enum.cc | 90 printer->Indent(); 111 printer->Indent();
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherEmitter.cpp | 54 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, 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, "; 317 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize, 326 OS.PadToColumn(Indent*2) [all...] |
CallingConvEmitter.cpp | 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O); 82 unsigned Indent, raw_ostream &O) { 83 std::string IndentStr = std::string(Indent, ' '); 104 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 34 raw_ostream& Indent() { return Indent(Indentation); } 35 raw_ostream& Indent(unsigned Indentation); 46 void VisitDeclContext(DeclContext *DC, bool Indent = true); 179 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false); 182 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { 213 this->Indent(); 233 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { 237 if (Indent) 286 this->Indent(); [all...] |
/external/v8/src/ |
scopes.cc | 788 static void Indent(int n, const char* str) { 818 static void PrintVar(int indent, Variable* var) { 820 Indent(indent, Variable::Mode2String(var->mode())); 840 static void PrintMap(int indent, VariableMap* map) { 843 PrintVar(indent, var); 853 Indent(n0, Header(scope_type_)); 873 Indent(n1, "// (local) function name: "); 880 Indent(n1, "// scope has trivial outer context\n"); 883 Indent(n1, "// strict mode scope\n") [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_enum_field.cc | 234 printer->Indent(); 288 printer->Indent();
|
/external/clang/include/clang/Basic/ |
PlistSupport.h | 39 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 40 for (unsigned i = 0; i < indent; ++i) 91 SourceLocation L, const FIDMap &FM, unsigned indent) { 96 Indent(o, indent) << "<dict>\n"; 97 Indent(o, indent) << " <key>line</key>"; 99 Indent(o, indent) << " <key>col</key>" [all...] |
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFLocationList.cpp | 36 s.Indent();
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDBSymbol.h | 57 void defaultDump(raw_ostream &OS, int Indent) const;
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_string_field.cc | 116 printer->Indent(); 133 printer->Indent(); 472 printer->Indent(); 498 printer->Indent();
|
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
ObjectContainerUniversalMachO.cpp | 168 s->Indent(); 177 s->Indent(); 183 s->Indent();
|
/external/lldb/source/Symbol/ |
Symtab.cpp | 86 s->Indent(); 114 s->Indent(); 138 s->Indent(); 152 s->Indent(); 168 s->Indent(); 182 s->Indent(); 193 s->Indent(" Debug symbol\n"); 194 s->Indent(" |Synthetic symbol\n"); 195 s->Indent(" ||Externally Visible\n"); 196 s->Indent(" |||\n") [all...] |