Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:NS

1363   EXPECT_TRUE(matches("namespace ns { struct A {}; } ns::A a;",
1385 TEST(NS, Alias) {
1401 specifiesNamespace(hasName("ns")));
1402 EXPECT_TRUE(matches("namespace ns { struct A {}; } ns::A a;", Matcher));
1404 EXPECT_TRUE(notMatches("struct ns { struct A {}; }; ns::A a;", Matcher));