reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
704 EXPECT_TRUE(matches("const char c = 'c';", CharLiteral)); 706 EXPECT_TRUE(matches("const char c = L'c';", CharLiteral)); 708 EXPECT_TRUE(notMatches("const wchar_t c = 0x2126;", CharLiteral)); 709 EXPECT_TRUE(notMatches("const char c = 0x1;", CharLiteral));