Searched refs:PointerDecl (Results 1 – 5 of 5) sorted by relevance
903 "expected pointer declarations"_err_en_US, Parser<PointerDecl>{})))908 construct<PointerDecl>(name, maybe(parenthesized(deferredShapeSpecList)))) in TYPE_PARSER()
660 void Unparse(const PointerDecl &x) { // R854 in Unparse()
1509 struct PointerDecl { struct1510 TUPLE_CLASS_BOILERPLATE(PointerDecl);1515 WRAPPER_CLASS(PointerStmt, std::list<PointerDecl>); argument
585 NODE(parser, PointerDecl) in NODE()
864 void Post(const parser::PointerDecl &);3897 void DeclarationVisitor::Post(const parser::PointerDecl &x) { in Post()