Home | History | Annotate | Download | only in Support

Lines Matching refs:Indent

1178 static void printHelpStr(StringRef HelpStr, size_t Indent,
1181 outs().indent(Indent - FirstLineIndentedBy) << " - " << Split.first << "\n";
1184 outs().indent(Indent) << Split.first << "\n";
1226 outs().indent(GlobalWidth - std::strlen(O.ArgStr));
1364 outs().indent(NumSpaces) << " - " << getDescription(i) << '\n';
1386 outs().indent(GlobalWidth - std::strlen(O.ArgStr));
1396 outs().indent(NumSpaces) << " (default: ";
1423 outs().indent(NumSpaces) << " (default: "; \
1446 outs().indent(NumSpaces) << " (default: ";