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 923 of file CommandLine.h.
| llvm::cl::list_storage< DataType, StorageClass >::list_storage | ( | ) | [inline] |
Definition at line 927 of file CommandLine.h.
| bool llvm::cl::list_storage< DataType, StorageClass >::setLocation | ( | Option & | O, | |
| StorageClass & | L | |||
| ) | [inline] |
Definition at line 929 of file CommandLine.h.
| void llvm::cl::list_storage< DataType, StorageClass >::addValue | ( | const T & | V | ) | [inline] |
Definition at line 937 of file CommandLine.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.