Searched refs:CharLiteral (Results 1 – 1 of 1) sorted by relevance
641 StatementMatcher CharLiteral = characterLiteral(); in TEST() local642 EXPECT_TRUE(matches("const char c = 'c';", CharLiteral)); in TEST()644 EXPECT_TRUE(matches("const char c = L'c';", CharLiteral)); in TEST()646 EXPECT_TRUE(notMatches("const wchar_t c = 0x2126;", CharLiteral)); in TEST()647 EXPECT_TRUE(notMatches("const char c = 0x1;", CharLiteral)); in TEST()