Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:memberCallExpr

939       memberCallExpr(on(hasType(recordDecl(hasName("Y")))));
958 memberCallExpr(on(hasType(pointsTo(recordDecl(hasName("Y"))))));
1010 memberCallExpr(on(hasType(asString("class Y *"))))));
1086 memberCallExpr(thisPointerType(recordDecl(hasName("Y"))));
1118 memberCallExpr(thisPointerType(recordDecl(hasName("Y"))))))));
1148 memberCallExpr(on(declRefExpr(to(varDecl(hasName("y"))))));