Searched refs:hasCompletion (Results 1 – 1 of 1) sorted by relevance
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | RegistryTest.cpp | 115 bool hasCompletion(const CompVector &Comps, StringRef TypedText, in hasCompletion() function in clang::ast_matchers::dynamic::__anon6965ce580111::RegistryTest 450 EXPECT_TRUE(hasCompletion( in TEST_F() 455 EXPECT_TRUE(hasCompletion(Comps, "whileStmt(", in TEST_F() 458 EXPECT_TRUE(hasCompletion( in TEST_F() 466 EXPECT_TRUE(hasCompletion(WhileComps, "hasBody(", in TEST_F() 468 EXPECT_TRUE(hasCompletion(WhileComps, "hasParent(", in TEST_F() 473 hasCompletion(WhileComps, "allOf(", "Matcher<T> allOf(Matcher<T>...)")); in TEST_F() 475 EXPECT_FALSE(hasCompletion(WhileComps, "whileStmt(")); in TEST_F() 476 EXPECT_FALSE(hasCompletion(WhileComps, "ifStmt(")); in TEST_F() 490 hasCompletion(NamedDeclComps, "isPublic()", "Matcher<Decl> isPublic()")); in TEST_F() [all …]
|