Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:gnuNullExpr

689 TEST(Matcher, GNUNullExpr) {
690 EXPECT_TRUE(matches("int* i = __null;", gnuNullExpr()));