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

References

tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  550   EXPECT_TRUE(matches("int x = 'x';", CharStmt));
  551   EXPECT_TRUE(matches("int x = L'x';", CharStmt));
  552   EXPECT_TRUE(matches("int x = u'x';", CharStmt));
  553   EXPECT_TRUE(matches("int x = U'x';", CharStmt));
  554   EXPECT_FALSE(matches("int x = 120;", CharStmt));