reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 1377   EXPECT_TRUE(matches("const char *s = \"abcd\";", Literal));
 1379   EXPECT_TRUE(matches("const wchar_t *s = L\"abcd\";", Literal));
 1381   EXPECT_TRUE(matches("const char *s = \"\x05\x06\x07\x08\";", Literal));
 1383   EXPECT_TRUE(notMatches("const char *s = \"ab\";", Literal));