Searched refs:Indent (Results 51 - 75 of 146) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h35 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h51 unsigned Indent, unsigned NewlineIndent);
H A DContinuationIndenter.cpp565 // Indent preprocessor directives after the hash if required.
598 State.Stack.back().Indent);
634 State.Stack.back().Indent = State.Column + Spaces;
697 State.Stack.back().Indent = State.Column;
705 // Indent relative to the RHS of the expression unless this is a simple
711 State.Stack.back().Indent = State.Column;
762 // Indent nested blocks relative to this column, unless in a very specific
789 ? std::max(State.Stack.back().Indent,
791 : State.Stack.back().Indent) +
812 std::max(State.Stack.back().LastSpace, State.Stack.back().Indent)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp51 Printer.Indent();
H A DDumpOutputStyle.cpp75 AutoIndent Indent(P, 4);
80 AutoIndent Indent(P, 4);
245 AutoIndent Indent(P);
334 AutoIndent Indent(P);
384 AutoIndent Indent(P);
445 AutoIndent Indent(HeaderScope);
453 AutoIndent Indent(HeaderScope);
560 AutoIndent Indent(P, FieldWidth + 2);
592 AutoIndent Indent(P);
669 AutoIndent Indent(
[all...]
H A DPrettyCompilandDumper.cpp59 Printer.Indent();
74 Printer.Indent();
120 Printer.Indent();
H A DLinePrinter.cpp53 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) argument
54 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) {
70 void LinePrinter::Indent(uint32_t Amount) { function in class:LinePrinter
202 AutoIndent Indent(*this);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h98 Error decodeMetadataStringsBlob(StringRef Indent, ArrayRef<uint64_t> Record,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp207 Indent(Out, Space, IsDot) << "\"environment\": ";
265 Indent(Out, InnerSpace, IsDot)
280 Indent(Out, --InnerSpace, IsDot) << ']';
285 Indent(Out, --Space, IsDot) << "]}," << NL;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp613 raw_ostream &OS, StringRef Indent) const {
614 OS << Indent << "Partition = -1;\n"
615 << Indent << "switch (MIs[" << InstrID << "]->getOpcode()) {\n";
618 OS << Indent << "default:"; local
620 OS << Indent << "case " << EnumInstr.value()->Namespace
624 OS << Indent << "}\n"
625 << Indent
628 << Indent << "if (Partition == -1) return false;\n"; local
761 raw_ostream &OS, StringRef Indent) const {
762 OS << Indent << "Partitio
775 OS << Indent << "if (Partition == -1) return false;\\n"; local
[all...]
H A DCodeExpander.cpp36 OS << "\n" << Indent; local
H A DGIMatchDagPredicate.h66 virtual bool generateCheckCode(raw_ostream &OS, StringRef Indent, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp139 s->Indent();
142 s->Indent();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp35 raw_ostream& Indent() { return Indent(Indentation); } function in class:__anon240::DeclPrinter
36 raw_ostream& Indent(unsigned Indentation);
59 void VisitDeclContext(DeclContext *DC, bool Indent = true);
218 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);
221 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { function in class:DeclPrinter
261 Indent();
282 this->Indent();
367 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { argument
371 if (Indent)
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h20 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, function in namespace:clang
H A DPlistSupport.h56 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { function in namespace:clang::markup
113 Indent(o, indent) << "<dict>\n";
114 Indent(o, indent) << " <key>line</key>";
116 Indent(o, indent) << " <key>col</key>";
118 Indent(o, indent) << " <key>file</key>";
120 Indent(o, indent) << "</dict>\n";
128 Indent(o, indent) << "<array>\n";
135 Indent(o, indent) << "</array>\n";
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp31 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
93 unsigned Indent, raw_ostream &O) {
94 std::string IndentStr = std::string(Indent, ' ');
115 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
92 EmitAction(Record *Action, unsigned Indent, raw_ostream &O) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp134 unsigned N = Indent;
144 Indent += 2;
150 Indent -= 2;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h624 virtual void print(raw_ostream &O, const Twine &Indent) const = 0;
710 void print(raw_ostream &O, const Twine &Indent) const override;
759 void print(raw_ostream &O, const Twine &Indent) const override;
789 void print(raw_ostream &O, const Twine &Indent) const override;
814 void print(raw_ostream &O, const Twine &Indent) const override;
835 void print(raw_ostream &O, const Twine &Indent) const override;
866 void print(raw_ostream &O, const Twine &Indent) const override;
906 void print(raw_ostream &O, const Twine &Indent) const override;
956 void print(raw_ostream &O, const Twine &Indent) const override;
980 void print(raw_ostream &O, const Twine &Indent) cons
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp136 void DumpDIAValueAs(llvm::raw_ostream &OS, int Indent, StringRef Name, argument
141 dumpSymbolField(OS, Name, static_cast<PrintType>(Value), Indent);
144 void DumpDIAIdValue(llvm::raw_ostream &OS, int Indent, StringRef Name, argument
151 dumpSymbolIdField(OS, Name, Value, Indent, Session, FieldId, ShowFlags,
156 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, argument
161 dumpSymbolField(OS, Name, Value, Indent);
164 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, argument
174 dumpSymbolField(OS, Name, Result, Indent);
178 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, argument
187 dumpSymbolField(OS, Name, V, Indent);
218 dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp77 s->Indent();
99 s->Indent();
120 s->Indent();
132 s->Indent();
149 s->Indent();
161 s->Indent();
170 s->Indent(" Debug symbol\n");
171 s->Indent(" |Synthetic symbol\n");
172 s->Indent(" ||Externally Visible\n");
173 s->Indent(" |||\
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp105 stream.Indent();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp91 s.Indent();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp501 Error BitcodeAnalyzer::decodeMetadataStringsBlob(StringRef Indent, argument
530 OS << Indent << " '";
536 OS << Indent << " }"; local
727 std::string Indent(IndentLevel * 2, ' ');
739 O->OS << Indent << "<BLOCKINFO_BLOCK/>\n";
765 O->OS << Indent << "<";
803 O->OS << Indent << "</";
858 O->OS << Indent << " <";
955 if (Error E = decodeMetadataStringsBlob(Indent, Record, Blob, O->OS))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp544 virtual std::string toString(unsigned Indent) const = 0;
564 std::string toString(unsigned Indent) const override {
565 return (std::string(Indent, ' ') + Stat.getName() + "\n").str();
583 std::string toString(unsigned Indent) const override {
584 return std::string(Indent, ' ') + "HardLink to -> " +
653 std::string toString(unsigned Indent) const override {
655 (std::string(Indent, ' ') + Stat.getName() + "\n").str();
657 Result += Entry.second->toString(Indent + 2);
689 return Root->toString(/*Indent=*/0);
1952 unsigned Indent local
1960 unsigned Indent = getDirIndent(); local
1968 unsigned Indent = getFileIndent(); local
[all...]

Completed in 474 milliseconds

123456