|
LLVM
3.7.0
|
#include <CommandLine.h>
Public Member Functions | |
| basic_parser_impl (Option &O) | |
| enum ValueExpected | getValueExpectedFlagDefault () const |
| void | getExtraOptionNames (SmallVectorImpl< const char * > &) |
| 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 const char * | getValueName () const |
| virtual void | anchor () |
Protected Member Functions | |
| ~basic_parser_impl ()=default | |
| void | printOptionName (const Option &O, size_t GlobalWidth) const |
Definition at line 716 of file CommandLine.h.
|
inline |
Definition at line 718 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 72 of file CommandLine.cpp.
|
inline |
Definition at line 725 of file CommandLine.h.
Definition at line 1184 of file CommandLine.cpp.
References llvm::cl::Option::ArgStr, getValueName(), and getValueStr().
Referenced by printOptionInfo().
|
inline |
Definition at line 721 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 742 of file CommandLine.h.
Referenced by getOptionWidth(), and printOptionInfo().
|
inline |
Definition at line 727 of file CommandLine.h.
Definition at line 1195 of file CommandLine.cpp.
References llvm::cl::Option::ArgStr, getOptionWidth(), getValueName(), getValueStr(), llvm::cl::Option::HelpStr, llvm::outs(), and printHelpStr().
Definition at line 1205 of file CommandLine.cpp.
References llvm::cl::Option::ArgStr, llvm::raw_ostream::indent(), and llvm::outs().
Referenced by printOptionNoValue().
Definition at line 1437 of file CommandLine.cpp.
References llvm::outs(), and printOptionName().
1.8.6