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

Definitions

include/llvm/ExecutionEngine/Orc/Core.h
  123 class FailedToMaterialize : public ErrorInfo<FailedToMaterialize> {
include/llvm/Support/Error.h
   48 class ErrorInfoBase {
  854 template <typename C, typename RetT, typename ErrT>
 1174 class StringError : public ErrorInfo<StringError> {
tools/clang/include/clang/AST/ASTImporter.h
   50   class ImportError : public llvm::ErrorInfo<ImportError> {
tools/clang/include/clang/Basic/DiagnosticError.h
   20 class DiagnosticError : public llvm::ErrorInfo<DiagnosticError> {
tools/clang/include/clang/CrossTU/CrossTranslationUnit.h
   53 class IndexError : public llvm::ErrorInfo<IndexError> {
tools/clang/lib/AST/Interp/ByteCodeGenError.h
   21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> {
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> {
   60 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> {