Searched defs:list_storage (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCommandLine.h1282 // list_storage class
1289 class list_storage { class in namespace:llvm::cl
1293 list_storage() : Location(0) {} function in class:llvm::cl::list_storage
1316 class list_storage<DataType, bool> : public std::vector<DataType> { class in namespace:llvm::cl
1328 class list : public Option, public list_storage<DataType, Storage> {
1345 list_storage<DataType, Storage>::addValue(Val);

Completed in 249 milliseconds