Searched refs:CatchS (Results 1 – 1 of 1) sorted by relevance
22 const CXXCatchStmt *CatchS = Node.getHandler(I); in AST_MATCHER_P() local24 if (CatchS->getCaughtType().isNull()) in AST_MATCHER_P()27 if (InnerMatcher.matches(CatchS->getCaughtType(), Finder, &Result)) { in AST_MATCHER_P()