Home
last modified time | relevance | path

Searched refs:ThrownExceptions (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExceptionAnalyzer.cpp19 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()
DExceptionAnalyzer.h98 const Throwables &getExceptionTypes() const { return ThrownExceptions; } in getExceptionTypes()
121 Throwables ThrownExceptions; variable