Home | History | Annotate | Download | only in Support

Lines Matching full:indent

1110 static void printHelpStr(StringRef HelpStr, size_t Indent,
1113 outs().indent(Indent - FirstLineIndentedBy) << " - " << Split.first << "\n";
1116 outs().indent(Indent) << Split.first << "\n";
1158 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1299 outs().indent(NumSpaces) << " - " << getDescription(i) << '\n';
1322 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1332 outs().indent(NumSpaces) << " (default: ";
1359 outs().indent(NumSpaces) << " (default: "; \
1382 outs().indent(NumSpaces) << " (default: ";