CGRAOmp  0.1
Public Member Functions | List of all members
llvm::cl::parser< OptKeyValue > Class Reference

template specialization of parser for OptKeyValue More...

#include <OptionPlugin.hpp>

Inheritance diagram for llvm::cl::parser< OptKeyValue >:

Public Member Functions

 parser (Option &O)
 
bool parse (Option &O, StringRef, StringRef Arg, OptKeyValue &Value)
 
StringRef getValueName () const override
 
void printOptionDiff (const Option &O, const OptVal &V, const OptVal &Default, size_t GlobalWidth) const
 
void anchor () override
 

Detailed Description

template specialization of parser for OptKeyValue

Constructor & Destructor Documentation

◆ parser()

llvm::cl::parser< OptKeyValue >::parser ( Option &  O)
inline

Member Function Documentation

◆ anchor()

void llvm::cl::parser< OptKeyValue >::anchor ( )
override

◆ getValueName()

StringRef llvm::cl::parser< OptKeyValue >::getValueName ( ) const
inlineoverride

◆ parse()

bool llvm::cl::parser< OptKeyValue >::parse ( Option &  O,
StringRef  ,
StringRef  Arg,
OptKeyValue Value 
)
inline

◆ printOptionDiff()

void llvm::cl::parser< OptKeyValue >::printOptionDiff ( const Option &  O,
const OptVal &  V,
const OptVal &  Default,
size_t  GlobalWidth 
) const

The documentation for this class was generated from the following file: