Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:fieldDecl

134                                            hasDescendant(fieldDecl(hasName("a"))))));
141 hasDescendant(fieldDecl(hasName("a"))))));
1450 const auto *Dec = Nodes.getNodeAs<FieldDecl>("decl");
1452 "", match(fieldDecl(hasParent(decl(has(fieldDecl(
1467 fieldDecl(hasName("y"), hasType(type().bind(""))).bind("decl"),