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

References

include/llvm/Support/Error.h
  385     assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
  385     assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
  545     return HasError && (*getErrorStorage())->template isA<ErrT>();
  790     return E.template isA<ErrT>();
  804     return E.template isA<ErrT>();
  820     return E.template isA<ErrT>();
  836     return E.template isA<ErrT>();
  907   if (Payload->isA<ErrorList>()) {
include/llvm/Testing/Support/Error.h
  101     if (!Info.isA<InfoT>()) {