Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:Named

650       if (const NamedDecl *Named = Nodes->getNodeAs<NamedDecl>(Id)) {
651 Name = Named->getNameAsString();
2169 // bound_nodes_builder, and the parameter named 'AMatcher'.