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

References

include/llvm/Support/Error.h
 1309   void operator()(Error Err) const { checkError(std::move(Err)); }
 1314     checkError(E.takeError());
 1321     checkError(E.takeError());