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

References

include/llvm/Support/MSVCErrorWorkarounds.h
   50   MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {}
   52   MSVCPExpected &operator=(MSVCPExpected &&Other) {
   52   MSVCPExpected &operator=(MSVCPExpected &&Other) {