Searched refs:matchesC (Results 1 – 5 of 5) sorted by relevance
127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC() function
472 EXPECT_TRUE(matchesC("void f();", functionDecl(parameterCountIs(0)))); in TEST()1179 matchesC("void f(void);", functionProtoType(parameterCountIs(0)))); in TEST()
166 EXPECT_TRUE(matchesC("struct S {}; void f(void) { struct S s; }", in TEST()
181 testing::AssertionResult matchesC(const Twine &Code, const T &AMatcher) { in matchesC() function
165 EXPECT_TRUE(matchesC("struct S {}; void f(void) { struct S s; }", in TEST()838 EXPECT_TRUE(matchesC("void f();\n" in TEST()