LLVM API Documentation
#include <CommandLine.h>
Collaboration diagram for llvm::cl::LocationClass< Ty >:
Public Member Functions | |
LocationClass (Ty &L) | |
template<class Opt> | |
void | apply (Opt &O) const |
Public Attributes | |
Ty & | Loc |
Definition at line 293 of file CommandLine.h.
llvm::cl::LocationClass< Ty >::LocationClass | ( | Ty & | L | ) | [inline] |
Definition at line 295 of file CommandLine.h.
void llvm::cl::LocationClass< Ty >::apply | ( | Opt & | O | ) | const [inline] |
Ty& llvm::cl::LocationClass< Ty >::Loc |