Searched refs:OperatorNot (Results 1 – 1 of 1) sorted by relevance
859 StatementMatcher OperatorNot = unaryOperator(hasOperatorName("!")); in TEST() local861 EXPECT_TRUE(matches("void x() { !true; } ", OperatorNot)); in TEST()862 EXPECT_TRUE(notMatches("void x() { true; } ", OperatorNot)); in TEST()