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

References

include/llvm/Support/ErrorOr.h
   91     new (getStorage()) storage_type(std::forward<OtherT>(Val));
  148       getStorage()->~storage_type();
  181       new (getStorage()) storage_type(*Other.getStorage());
  213       new (getStorage()) storage_type(std::move(*Other.getStorage()));
  242   storage_type *getStorage() {
  247   const storage_type *getStorage() const {
  262     AlignedCharArrayUnion<storage_type> TStorage;