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

References

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