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

References

include/llvm/ADT/IndexedMap.h
   34     using StorageT = SmallVector<T, 0>;
   37     T nullVal_;
   41     IndexedMap() : nullVal_(T()) {}
   43     explicit IndexedMap(const T& val) : nullVal_(val) {}