LLVM API Documentation
#include <CommandLine.h>

Public Member Functions | |
| list_storage () | |
| bool | setLocation (Option &O, StorageClass &L) |
| template<class T > | |
| void | addValue (const T &V) |
Definition at line 1289 of file CommandLine.h.
| llvm::cl::list_storage< DataType, StorageClass >::list_storage | ( | ) | [inline] |
Definition at line 1293 of file CommandLine.h.
| void llvm::cl::list_storage< DataType, StorageClass >::addValue | ( | const T & | V | ) | [inline] |
Definition at line 1303 of file CommandLine.h.
| bool llvm::cl::list_storage< DataType, StorageClass >::setLocation | ( | Option & | O, |
| StorageClass & | L | ||
| ) | [inline] |
Definition at line 1295 of file CommandLine.h.