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

123

/freebsd-10-stable/contrib/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...]
/freebsd-10-stable/contrib/llvm/tools/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";
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h128 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace, argument
130 : Indent(Indent), IndentLevel(IndentLevel), LastSpace(LastSpace),
140 unsigned Indent; member in struct:clang::format::ParenState
214 if (Indent != Other.Indent)
215 return Indent < Other.Indent;
H A DContinuationIndenter.cpp137 State.Column > State.Stack.back().Indent && // Breaking saves columns.
259 if (State.Stack.back().Indent + Current.LongestObjCSelectorName >
262 State.Stack.back().Indent + Current.LongestObjCSelectorName;
269 State.Stack.back().Indent = State.Column + Spaces;
293 State.Stack.back().Indent = State.Column;
318 std::max(State.Stack.back().LastSpace, State.Stack.back().Indent) +
376 State.Column = State.Stack.back().Indent;
380 State.Stack.back().Indent + Current.LongestObjCSelectorName;
385 State.Column = State.Stack.back().Indent;
400 State.Column = State.Stack.back().Indent;
[all...]
H A DFormat.cpp383 tryFitMultipleLinesInOne(unsigned Indent, argument
391 if (Indent > Style.ColumnLimit)
395 Style.ColumnLimit == 0 ? UINT_MAX : Style.ColumnLimit - Indent;
565 unsigned Indent = getIndent(IndentForLevel, TheLine.Level); local
566 if (static_cast<int>(Indent) + Offset >= 0)
567 Indent += Offset;
568 unsigned MergedLines = Joiner.tryFitMultipleLinesInOne(Indent, I, E);
591 Indent, TheLine.InPPDirective);
593 Indent = LevelIndent = FirstTok->OriginalColumn;
604 if (TheLine.Last->TotalLength + Indent <
713 formatFirstToken(FormatToken &RootToken, const AnnotatedLine *PreviousLine, unsigned IndentLevel, unsigned Indent, bool InPPDirective) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp276 void Module::print(raw_ostream &OS, unsigned Indent) const {
277 OS.indent(Indent);
285 OS.indent(Indent + 2);
292 OS.indent(Indent + 2);
305 OS.indent(Indent + 2);
310 OS.indent(Indent + 2);
317 OS.indent(Indent + 2);
330 OS.indent(Indent + 2);
337 OS.indent(Indent + 2);
344 OS.indent(Indent
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp54 Indent();
60 Indent() << "<<<NULL STATEMENT>>>\n";
81 raw_ostream &Indent(int Delta = 0) { function in class:__anon3154::StmtPrinter
94 Indent() << "<<unknown stmt type>>\n";
120 Indent() << "}";
137 Indent() << ";\n";
141 Indent();
147 Indent();
153 Indent(-1) << "case ";
165 Indent(
[all...]
H A DDeclPrinter.cpp34 raw_ostream& Indent() { return Indent(Indentation); } function in class:__anon3134::DeclPrinter
35 raw_ostream& Indent(unsigned Indentation);
46 void VisitDeclContext(DeclContext *DC, bool Indent = true);
178 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);
181 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { function in class:DeclPrinter
201 this->Indent();
221 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { argument
225 if (Indent)
285 this->Indent();
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/
H A DStringMatcher.h44 void Emit(unsigned Indent = 0) const;
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.cpp20 const unsigned Indent = 12; local
23 OS.indent(Indent);
26 OS.indent(Indent) << " Ending address offset: "
28 OS.indent(Indent) << " Location description: ";
/freebsd-10-stable/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.h71 unsigned Indent; member in class:llvm::DiffConsumer
79 : out(errs()), Differences(false), Indent(0) {}
H A DDiffConsumer.cpp135 unsigned N = Indent;
145 Indent += 2;
151 Indent -= 2;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp542 s->Indent();
572 s->Indent("module = ");
579 s->Indent("compile unit = ");
585 s->Indent("function = ");
592 s->Indent("location = ");
604 s->Indent ("re-exported target = ");
606 s->Indent("symbol = ");
616 s->Indent();
647 s->Indent();
656 s->Indent();
[all...]
H A DWatchpointOptions.cpp188 s->Indent();
191 s->Indent();
222 s->Indent("watchpoint commands:\n");
230 s->Indent(data->user_source.GetStringAtIndex(i));
H A DBreakpointOptions.cpp223 s->Indent();
226 s->Indent();
279 s->Indent("Breakpoint commands:\n");
287 s->Indent(data->user_source.GetStringAtIndex(i));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp101 static raw_ostream &Indent(raw_ostream &o, const unsigned indent) { function
117 Indent(o, indent) << "<dict>\n";
118 Indent(o, indent) << " <key>line</key><integer>"
120 Indent(o, indent) << " <key>col</key><integer>"
122 Indent(o, indent) << " <key>file</key><integer>"
124 Indent(o, indent) << "</dict>\n";
138 Indent(o, indent) << "<array>\n";
141 Indent(o, indent) << "</array>\n";
168 Indent(o, indent) << "<dict>\n";
171 Indent(
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp190 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...]
H A DSymtab.cpp86 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(" |||\
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp317 void LexicalScope::dump(unsigned Indent) const {
320 err.indent(Indent);
323 err.indent(Indent);
326 err << std::string(Indent, ' ') << "Abstract Scope\n";
329 err << std::string(Indent + 2, ' ') << "Children ...\n";
332 Children[i]->dump(Indent + 2);
/freebsd-10-stable/contrib/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, ";
317 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
326 OS.PadToColumn(Indent*
591 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, formatted_raw_ostream &OS) argument
[all...]
H A DCallingConvEmitter.cpp32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
79 unsigned Indent, raw_ostream &O) {
80 std::string IndentStr = std::string(Indent, ' ');
101 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
78 EmitAction(Record *Action, unsigned Indent, raw_ostream &O) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationList.cpp36 s.Indent();
H A DDWARFDebugRanges.cpp151 s.Indent();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp149 const std::string Indent(IndentCount, ' ');
153 O << Indent
159 O << Indent
171 O << Indent; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandHistory.cpp139 stream.Indent();

Completed in 293 milliseconds

123