LLVM API Documentation
#include <CommandLine.h>

Public Member Functions | |
| bits_storage () | |
| bool | setLocation (Option &O, unsigned &L) |
| template<class T > | |
| void | addValue (const T &V) |
| unsigned | getBits () |
| template<class T > | |
| bool | isSet (const T &V) |
Definition at line 1460 of file CommandLine.h.
| llvm::cl::bits_storage< DataType, StorageClass >::bits_storage | ( | ) | [inline] |
Definition at line 1472 of file CommandLine.h.
| void llvm::cl::bits_storage< DataType, StorageClass >::addValue | ( | const T & | V | ) | [inline] |
Definition at line 1482 of file CommandLine.h.
| unsigned llvm::cl::bits_storage< DataType, StorageClass >::getBits | ( | ) | [inline] |
Definition at line 1488 of file CommandLine.h.
| bool llvm::cl::bits_storage< DataType, StorageClass >::isSet | ( | const T & | V | ) | [inline] |
Definition at line 1491 of file CommandLine.h.
| bool llvm::cl::bits_storage< DataType, StorageClass >::setLocation | ( | Option & | O, |
| unsigned & | L | ||
| ) | [inline] |
Definition at line 1474 of file CommandLine.h.