Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:thisExpr

1611 TEST(Matcher,ThisExpr) {
1613 matches("struct X { int a; int f () { return a; } };", thisExpr()));
1615 notMatches("struct X { int f () { int a; return a; } };", thisExpr()));