Home | History | Annotate | Download | only in clang-format

Lines Matching refs:desc

33 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
41 cl::desc("Format a range starting at this byte offset.\n"
48 cl::desc("Format a range of this length (in bytes).\n"
57 LineRanges("lines", cl::desc("<start line>:<end line> - format a range of\n"
66 cl::desc("Coding style, currently supports:\n"
77 cl::desc("Inplace edit <file>s, if specified."),
81 cl::desc("Output replacements as XML."),
85 cl::desc("Dump configuration options to stdout and exit.\n"
90 cl::desc("The position of the cursor when invoking clang-format from"
94 static cl::list<std::string> FileNames(cl::Positional, cl::desc("[<file> ...]"),