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

References

tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1507   EXPECT_TRUE(matches("struct A { struct B {}; }; A::B b;", Matcher));
 1509                       Matcher));
 1510   EXPECT_TRUE(notMatches("namespace A { struct B {}; } A::B b;", Matcher));