Lines Matching refs:hasCompletion
115 bool hasCompletion(const CompVector &Comps, StringRef TypedText, in hasCompletion() function in clang::ast_matchers::dynamic::__anon47a3ecf30111::RegistryTest
449 EXPECT_TRUE(hasCompletion( in TEST_F()
452 EXPECT_TRUE(hasCompletion(Comps, "whileStmt(", in TEST_F()
455 EXPECT_TRUE(hasCompletion( in TEST_F()
463 EXPECT_TRUE(hasCompletion(WhileComps, "hasBody(", in TEST_F()
465 EXPECT_TRUE(hasCompletion(WhileComps, "hasParent(", in TEST_F()
468 hasCompletion(WhileComps, "allOf(", "Matcher<T> allOf(Matcher<T>...)")); in TEST_F()
470 EXPECT_FALSE(hasCompletion(WhileComps, "whileStmt(")); in TEST_F()
471 EXPECT_FALSE(hasCompletion(WhileComps, "ifStmt(")); in TEST_F()
485 hasCompletion(NamedDeclComps, "isPublic()", "Matcher<Decl> isPublic()")); in TEST_F()
486 EXPECT_TRUE(hasCompletion(NamedDeclComps, "hasName(\"", in TEST_F()
491 EXPECT_TRUE(hasCompletion( in TEST_F()