Searched refs:OpCall (Results 1 – 2 of 2) sorted by relevance
300 StatementMatcher OpCall = cxxOperatorCallExpr(); in TEST() local304 "Y y; bool c = !y;", OpCall)); in TEST()314 "void a() {Y *y = new Y; delete y;}", OpCall)); in TEST()319 OpCall)); in TEST()321 EXPECT_TRUE(notMatches("bool x = true, y = true; bool t = x && y;", OpCall)); in TEST()322 EXPECT_TRUE(notMatches("int t = 5 << 2;", OpCall)); in TEST()
5994 if (CXXOperatorCallExpr *OpCall = dyn_cast<CXXOperatorCallExpr>(Base)) in ActOnStartCXXMemberReference() local5995 OperatorArrows.push_back(OpCall->getDirectCallee()); in ActOnStartCXXMemberReference()