reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
450 EXPECT_TRUE(hasCompletion( 455 EXPECT_TRUE(hasCompletion(Comps, "whileStmt(", 458 EXPECT_TRUE(hasCompletion( 465 EXPECT_TRUE(hasCompletion(WhileComps, "hasBody(", 467 EXPECT_TRUE(hasCompletion( 472 hasCompletion(WhileComps, "allOf(", "Matcher<T> allOf(Matcher<T>...)")); 474 EXPECT_FALSE(hasCompletion(WhileComps, "whileStmt(")); 475 EXPECT_FALSE(hasCompletion(WhileComps, "ifStmt(")); 489 hasCompletion(NamedDeclComps, "isPublic()", "Matcher<Decl> isPublic()")); 490 EXPECT_TRUE(hasCompletion(NamedDeclComps, "hasName(\"", 495 EXPECT_TRUE(hasCompletion(