Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUnhandledExceptionAtNewCheck.cpp22 const CXXCatchStmt *CatchS = Node.getHandler(I); in AST_MATCHER_P() local
24 if (CatchS->getCaughtType().isNull()) in AST_MATCHER_P()
27 if (InnerMatcher.matches(CatchS->getCaughtType(), Finder, &Result)) { in AST_MATCHER_P()