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

/external/llvm/include/llvm/Support/
H A DCommandLine.h534 // generic_parser_base - This class holds all the non-generic code that we do
538 class generic_parser_base { class in namespace:llvm::cl
548 virtual ~generic_parser_base() {} // Base class should have virtual-dtor
637 class parser : public generic_parser_base {
649 // Implement virtual functions needed by generic_parser_base
964 void printOptionDiff(const Option &O, const generic_parser_base &P, const DT &V,

Completed in 56 milliseconds