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

Definitions

include/llvm/Support/Error.h
   48 class ErrorInfoBase {
 1174 class StringError : public ErrorInfo<StringError> {
include/llvm/Testing/Support/Error.h
  151 template <typename InfoT, typename M>
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  676 class PythonException : public llvm::ErrorInfo<PythonException> {
unittests/Support/ErrorTest.cpp
   26 class CustomError : public ErrorInfo<CustomError> {