Searched refs:ThrownExceptions (Results 1 – 2 of 2) sorted by relevance
19 ThrownExceptions.insert(ExceptionType); in registerException()27 ThrownExceptions.insert(Exceptions.begin(), Exceptions.end()); in registerExceptions()44 ThrownExceptions.insert(Other.ThrownExceptions.begin(), in merge()45 Other.ThrownExceptions.end()); in merge()61 for (const Type *T : ThrownExceptions) { in filterByCatch()67 ThrownExceptions.erase(T); in filterByCatch()79 for (const Type *T : ThrownExceptions) { in filterIgnoredExceptions()90 ThrownExceptions.erase(T); in filterIgnoredExceptions()99 ThrownExceptions.clear(); in clear()103 if (ThrownExceptions.size() == 0) in reevaluateBehaviour()
98 const Throwables &getExceptionTypes() const { return ThrownExceptions; } in getExceptionTypes()121 Throwables ThrownExceptions; variable