Searched refs:Indent (Results 101 - 125 of 146) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1458 void TreeToString(int Indent = 1) {
1461 OS.indent(2 * Indent);
1462 ++Indent;
1579 PrintElideArgs(NumElideArgs, Indent);
1584 TreeToString(Indent);
1592 PrintElideArgs(NumElideArgs, Indent);
1931 void PrintElideArgs(unsigned NumElideArgs, unsigned Indent) { argument
1934 for (unsigned i = 0; i < Indent; ++i)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp129 // Indent the current line using the current indentation level and print an
131 size_t Stream::Indent(const char *s) { function in class:Stream
135 size_t Stream::Indent(llvm::StringRef str) { function in class:Stream
H A DStringList.cpp234 strm.Indent();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp976 int Indent = Printer.getIndentLevel(); local
977 Printer.Unindent(Indent);
987 Printer.Indent(Indent);
1077 Printer.Indent();
1120 AutoIndent Indent(Printer);
1188 Printer.Indent();
1204 Printer.Indent();
1214 Printer.Indent();
1225 Printer.Indent();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp37 strm.Indent();
H A DOptionValueDictionary.cpp48 strm.Indent(pos->first.GetCString());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h119 void dump(unsigned Indent = 0) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp116 s->Indent();
H A DThread.cpp1509 s->Indent();
1541 s->Indent();
1548 s->Indent();
1551 s->Indent();
1557 s->Indent();
1564 s->Indent();
1904 strm.Indent();
H A DTarget.cpp149 s->Indent();
3176 s->Indent("State: enabled\n");
3178 s->Indent("State: disabled\n");
3181 s->Indent("AutoContinue on\n");
3184 s->Indent();
3193 s->Indent("Thread:\n");
3196 s->Indent(tmp.GetString());
3201 s->Indent("Commands: \n");
3205 s->Indent(m_commands.GetStringAtIndex(i));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp154 s->Indent();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp156 s->Indent();
H A DBreakpointOptions.cpp540 s->Indent();
543 s->Indent();
H A DBreakpoint.cpp909 s->Indent();
914 s->Indent();
942 // s->Indent();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp87 // s->Indent("[inlined] ");
88 s->Indent();
367 s->Indent();
H A DCompileUnit.cpp109 s->Indent();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp445 Indent(Out, Space, IsDot) << "\"program_state\": {" << NL;
466 Indent(Out, Space, IsDot) << '}';
H A DRangeConstraintManager.cpp767 Indent(Out, Space, IsDot) << "\"constraints\": ";
777 Indent(Out, Space, IsDot)
788 Indent(Out, Space, IsDot) << "]," << NL;
H A DRegionStore.cpp236 Indent(Out, Space, IsDot)
243 Indent(Out, Space, IsDot) << "{ " << CI.getKey() << ", \"value\": ";
252 Indent(Out, Space, IsDot) << "]}";
2680 Indent(Out, Space, IsDot) << "\"store\": ";
2689 Indent(Out, Space, IsDot) << "]}," << NL;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h277 void print(raw_ostream &OS, unsigned Indent) const;
304 void print(raw_ostream &OS = dbgs(), unsigned Indent = 0) const;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h586 void print(raw_ostream &OS, unsigned Indent = 0) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h22 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h29 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp908 stream.Indent();
918 stream.Indent();
927 stream.Indent();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp411 s.Indent();
462 s.Indent(DW_AT_value_to_name(attr));

Completed in 177 milliseconds

123456