Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:cxxCatchStmt

323             cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll()))));