reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
693 EXPECT_TRUE(matches("const char *s = \"string\";", Literal)); 695 EXPECT_TRUE(matches("const wchar_t *s = L\"string\";", Literal)); 697 EXPECT_TRUE(matches("const char *s = \"\x05five\";", Literal)); 699 EXPECT_TRUE(notMatches("const char s[1] = {'a'};", Literal));