Lines Matching refs:decl
24 EXPECT_TRUE(Finder.addDynamicMatcher(decl(), nullptr));
34 TEST(Decl, MatchesDeclarations) {
35 EXPECT_TRUE(notMatches("", decl(usingDecl())));
37 decl(usingDecl())));
110 hasDeclContext(decl(hasDeclContext(translationUnitDecl()))))));
194 // Matcher<Decl>, too?
1437 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Decl *Node) {
1442 "", match(decl(hasParent(
1443 decl(has(decl(equalsNode(TypedNode)))).bind(""))),
1450 const auto *Dec = Nodes.getNodeAs<FieldDecl>("decl");
1452 "", match(fieldDecl(hasParent(decl(has(fieldDecl(
1467 fieldDecl(hasName("y"), hasType(type().bind(""))).bind("decl"),