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

References

tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  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));