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

/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp463 CompVector WhileComps = getCompletions("whileStmt", 0); local
465 EXPECT_TRUE(hasCompletion(WhileComps, "hasBody(",
468 WhileComps, "hasParent(",
472 hasCompletion(WhileComps, "allOf(", "Matcher<T> allOf(Matcher<T>...)"));
474 EXPECT_FALSE(hasCompletion(WhileComps, "whileStmt("));
475 EXPECT_FALSE(hasCompletion(WhileComps, "ifStmt("));
479 ASSERT_EQ(AllOfWhileComps.size(), WhileComps.size());
480 EXPECT_TRUE(std::equal(WhileComps.begin(), WhileComps.end(),

Completed in 155 milliseconds