Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp815 StatementMatcher FourNotFive = binaryConditionalOperator( in TEST() local
820 EXPECT_TRUE(matches("void x() { 4 ?: 5; }", FourNotFive)); in TEST()