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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DCommandLine.cpp1044 // generic_parser_base implementation
1050 unsigned generic_parser_base::findOption(const char *Name) {
1062 size_t generic_parser_base::getOptionWidth(const Option &O) const {
1079 void generic_parser_base::printOptionInfo(const Option &O,
1107 void generic_parser_base::
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DCommandLine.h499 // generic_parser_base - This class holds all the non-generic code that we do
503 class generic_parser_base { class in namespace:llvm::cl
513 virtual ~generic_parser_base() {} // Base class should have virtual-dtor
602 class parser : public generic_parser_base {
614 // Implement virtual functions needed by generic_parser_base
930 void printOptionDiff(const Option &O, const generic_parser_base &P, const DT &V,

Completed in 95 milliseconds