reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/CommandLine.h
 1235   DataType *Location = nullptr; // Where to store the object...
 1236   OptionValue<DataType> Default;
 1247   bool setLocation(Option &O, DataType &L) {
 1262   DataType &getValue() {
 1266   const DataType &getValue() const {
 1271   operator DataType() const { return this->getValue(); }
 1273   const OptionValue<DataType> &getDefault() const { return Default; }