Searched defs:OpCall (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1061 StatementMatcher OpCall = operatorCallExpr(); local
1065 "Y y; bool c = !y;", OpCall));
1072 // "Y *y = new Y;", OpCall));
1075 "void a() {Y *y = new Y; delete y;}", OpCall));
1080 OpCall));
1082 EXPECT_TRUE(notMatches("bool x = true, y = true; bool t = x && y;", OpCall));
1083 EXPECT_TRUE(notMatches("int t = 5 << 2;", OpCall));

Completed in 504 milliseconds