Home
last modified time | relevance | path

Searched refs:OperatorNot (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp859 StatementMatcher OperatorNot = unaryOperator(hasOperatorName("!")); in TEST() local
861 EXPECT_TRUE(matches("void x() { !true; } ", OperatorNot)); in TEST()
862 EXPECT_TRUE(notMatches("void x() { true; } ", OperatorNot)); in TEST()