Lines Matching full:superset
760 const FunctionProtoType *Superset, bool SkipSupersetFirstParameter, in CheckExceptionSpecSubset() argument
775 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset()
776 if (!Superset) in CheckExceptionSpecSubset()
782 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
795 CanThrowResult SuperCanThrow = Superset->canThrow(); in CheckExceptionSpecSubset()
798 // If the superset contains everything or the subset contains nothing, we're in CheckExceptionSpecSubset()
802 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()
816 // If the subset contains everything or the superset contains nothing, we've in CheckExceptionSpecSubset()
834 // Make sure it's in the superset. in CheckExceptionSpecSubset()
836 for (QualType SuperI : Superset->exceptions()) { in CheckExceptionSpecSubset()
856 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()