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

References

tools/clang/lib/Sema/SemaExceptionSpec.cpp
  667   if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType))
  678     if (ExceptionType->isNullPtrType())
  690     if (IsQualificationConversion(ExceptionType, HandlerType, false,
  692         IsFunctionConversion(ExceptionType, HandlerType, Result))
  696     if (!ExceptionType->isPointerType() || !HandlerType->isPointerType())
  701     ExceptionType = Context.getUnqualifiedArrayType(
  702         ExceptionType->getPointeeType(), EQuals);
  708     if (HandlerType->isVoidType() && ExceptionType->isObjectType())
  716   if (!ExceptionType->isRecordType() || !HandlerType->isRecordType())
  720   if (!IsDerivedFrom(SourceLocation(), ExceptionType, HandlerType, Paths) ||
  725   switch (CheckBaseClassAccess(SourceLocation(), HandlerType, ExceptionType,