Lines Matching refs:OpCall
1020 StatementMatcher OpCall = operatorCallExpr();
1024 "Y y; bool c = !y;", OpCall));
1031 // "Y *y = new Y;", OpCall));
1034 "void a() {Y *y = new Y; delete y;}", OpCall));
1039 OpCall));
1041 EXPECT_TRUE(notMatches("bool x = true, y = true; bool t = x && y;", OpCall));
1042 EXPECT_TRUE(notMatches("int t = 5 << 2;", OpCall));