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

References

tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  346   EXPECT_TRUE(matches("class X {}; class Y : public X {};", IsAX));
  347   EXPECT_TRUE(matches("class X {};", IsAX));
  348   EXPECT_TRUE(matches("class X;", IsAX));
  349   EXPECT_TRUE(notMatches("class Y;", IsAX));
  350   EXPECT_TRUE(notMatches("", IsAX));