Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:cxxThisExpr

533     matches("struct X { int a; int f () { return a; } };", cxxThisExpr()));
535 notMatches("struct X { int f () { int a; return a; } };", cxxThisExpr()));