Home | History | Annotate | Download | only in ASTMatchers

Lines Matching full:int_ref

1429   EXPECT_TRUE(notMatches("typedef int &int_ref;"
1431 "int_ref b = a;",
1434 matches("typedef int &int_ref;"
1436 "int_ref b = a;",