Searched refs:NewExpression (Results 1 – 2 of 2) sorted by relevance
25 constexpr char NewExpression[] = "newExpression"; variable95 .bind(NewExpression)), in registerMatchers()106 .bind(NewExpression)), in registerMatchers()122 const auto *New = Result.Nodes.getNodeAs<CXXNewExpr>(NewExpression); in check()
604 TEST(Matcher, NewExpression) { in TEST() argument