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

References

include/llvm/Support/ErrorOr.h
  210     if (!Other.HasError) {
  213       new (getStorage()) storage_type(std::move(*Other.getStorage()));
  217       new (getErrorStorage()) std::error_code(Other.getError());