Searched refs:ObjectDecl (Results 1 – 5 of 5) sorted by relevance
767 "expected object declarations"_err_en_US, Parser<ObjectDecl>{})))774 construct<ObjectDecl>(objectName, maybe(arraySpec), maybe(coarraySpec)))927 nonemptyList("expected objects"_err_en_US, Parser<ObjectDecl>{})))
596 void Unparse(const ObjectDecl &x) { // R830 & R860 in Unparse()
1374 struct ObjectDecl { struct1375 TUPLE_CLASS_BOILERPLATE(ObjectDecl);1381 WRAPPER_CLASS(AllocatableStmt, std::list<ObjectDecl>); argument1532 WRAPPER_CLASS(TargetStmt, std::list<ObjectDecl>);
450 NODE(parser, ObjectDecl) in NODE()
863 void Post(const parser::ObjectDecl &);4183 void DeclarationVisitor::Post(const parser::ObjectDecl &x) { in Post()