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

References

include/llvm/Support/Error.h
  483     new (getStorage()) storage_type(std::forward<OtherT>(Val));
  518       getStorage()->~storage_type();
  534     return *getStorage();
  562     return toPointer(getStorage());
  574     return *getStorage();
  602       new (getStorage()) storage_type(std::move(*Other.getStorage()));
  602       new (getStorage()) storage_type(std::move(*Other.getStorage()));