|
LLVM
4.0.0
|
#include <CommandLine.h>
Public Member Functions | |
| basic_parser_impl (Option &) | |
| enum ValueExpected | getValueExpectedFlagDefault () const |
| void | getExtraOptionNames (SmallVectorImpl< StringRef > &) |
| void | initialize () |
| size_t | getOptionWidth (const Option &O) const |
| void | printOptionInfo (const Option &O, size_t GlobalWidth) const |
| void | printOptionNoValue (const Option &O, size_t GlobalWidth) const |
| virtual StringRef | getValueName () const |
| virtual void | anchor () |
Protected Member Functions | |
| ~basic_parser_impl ()=default | |
| void | printOptionName (const Option &O, size_t GlobalWidth) const |
Definition at line 792 of file CommandLine.h.
|
inline |
Definition at line 794 of file CommandLine.h.
|
protecteddefault |
|
virtual |
Reimplemented in llvm::cl::parser< char >, llvm::cl::parser< std::string >, llvm::cl::parser< float >, llvm::cl::parser< double >, llvm::cl::parser< unsigned long long >, llvm::cl::parser< unsigned >, llvm::cl::parser< int >, llvm::cl::parser< boolOrDefault >, and llvm::cl::parser< bool >.
Definition at line 87 of file CommandLine.cpp.
|
inline |
Definition at line 800 of file CommandLine.h.
Definition at line 1431 of file CommandLine.cpp.
References llvm::cl::Option::ArgStr, getValueName(), getValueStr(), and llvm::StringRef::size().
Referenced by printOptionInfo().
|
inline |
Definition at line 796 of file CommandLine.h.
References llvm::cl::ValueRequired.
|
inlinevirtual |
Reimplemented in llvm::cl::parser< char >, llvm::cl::parser< std::string >, llvm::cl::parser< float >, llvm::cl::parser< double >, llvm::cl::parser< unsigned long long >, llvm::cl::parser< unsigned >, llvm::cl::parser< int >, llvm::cl::parser< boolOrDefault >, and llvm::cl::parser< bool >.
Definition at line 817 of file CommandLine.h.
Referenced by getOptionWidth(), and printOptionInfo().
|
inline |
Definition at line 802 of file CommandLine.h.
Definition at line 1443 of file CommandLine.cpp.
References llvm::cl::Option::ArgStr, getOptionWidth(), getValueName(), getValueStr(), llvm::cl::Option::HelpStr, llvm::outs(), and printHelpStr().
Definition at line 1454 of file CommandLine.cpp.
References llvm::cl::Option::ArgStr, llvm::raw_ostream::indent(), llvm::outs(), and llvm::StringRef::size().
Referenced by printOptionNoValue().
Definition at line 1686 of file CommandLine.cpp.
References llvm::outs(), and printOptionName().
1.8.6