Searched refs:generic_parser_base (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1052 // generic_parser_base implementation
1058 unsigned generic_parser_base::findOption(const char *Name) {
1070 size_t generic_parser_base::getOptionWidth(const Option &O) const {
1087 void generic_parser_base::printOptionInfo(const Option &O,
1115 void generic_parser_base::
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h526 // generic_parser_base - This class holds all the non-generic code that we do
530 class generic_parser_base { class in namespace:llvm::cl
540 virtual ~generic_parser_base() {} // Base class should have virtual-dtor
629 class parser : public generic_parser_base {
641 // Implement virtual functions needed by generic_parser_base
956 void printOptionDiff(const Option &O, const generic_parser_base &P, const DT &V,

Completed in 121 milliseconds