Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseUncaughtExceptionsCheck.cpp35 auto DirectCallToUncaughtException = callee(expr(ignoringImpCasts( in registerMatchers() local
39 Finder->addMatcher(callExpr(DirectCallToUncaughtException, in registerMatchers()
45 Finder->addMatcher(callExpr(DirectCallToUncaughtException, in registerMatchers()