Searched refs:WhileComps (Results 1 – 1 of 1) sorted by relevance
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | RegistryTest.cpp | 463 CompVector WhileComps = getCompletions("whileStmt", 0); in TEST_F() local 465 EXPECT_TRUE(hasCompletion(WhileComps, "hasBody(", in TEST_F() 468 WhileComps, "hasParent(", in TEST_F() 472 hasCompletion(WhileComps, "allOf(", "Matcher<T> allOf(Matcher<T>...)")); in TEST_F() 474 EXPECT_FALSE(hasCompletion(WhileComps, "whileStmt(")); in TEST_F() 475 EXPECT_FALSE(hasCompletion(WhileComps, "ifStmt(")); in TEST_F() 479 ASSERT_EQ(AllOfWhileComps.size(), WhileComps.size()); in TEST_F() 480 EXPECT_TRUE(std::equal(WhileComps.begin(), WhileComps.end(), in TEST_F()
|