reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
544 EXPECT_TRUE(matches("int x = 42;", IntegerStmt)); 545 EXPECT_FALSE(matches("int x = 1;", IntegerStmt));