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

References

include/llvm/Support/Error.h
  595     HasError = Other.HasError;
  598     Other.Unchecked = false;
  602       new (getStorage()) storage_type(std::move(*Other.getStorage()));
  604       new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));