Searched refs:matchesC (Results 1 – 2 of 2) sorted by relevance
123 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC() function
923 EXPECT_TRUE(matchesC("struct S {}; void f(void) { struct S s; }", in TEST()