Searched refs:ConditionalFalse (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2191 StatementMatcher ConditionalFalse = conditionalOperator( local
2194 EXPECT_TRUE(matches("void x() { true ? true : false; }", ConditionalFalse));
2196 notMatches("void x() { true ? false : true; }", ConditionalFalse));

Completed in 54 milliseconds