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

References

include/llvm/Support/ErrorOr.h
  178     if (!Other.HasError) {
  181       new (getStorage()) storage_type(*Other.getStorage());
  185       new (getErrorStorage()) std::error_code(Other.getError());