Searched refs:ObjectDecl (Results 1 – 5 of 5) sorted by relevance
746 "expected object declarations"_err_en_US, Parser<ObjectDecl>{})))753 construct<ObjectDecl>(objectName, maybe(arraySpec), maybe(coarraySpec)))903 nonemptyList("expected objects"_err_en_US, Parser<ObjectDecl>{})))
572 void Unparse(const ObjectDecl &x) { // R830 & R860 in Unparse()
1366 struct ObjectDecl { struct1367 TUPLE_CLASS_BOILERPLATE(ObjectDecl);1373 WRAPPER_CLASS(AllocatableStmt, std::list<ObjectDecl>); argument1523 WRAPPER_CLASS(TargetStmt, std::list<ObjectDecl>);
442 NODE(parser, ObjectDecl) in NODE()
734 void Post(const parser::ObjectDecl &);3437 void DeclarationVisitor::Post(const parser::ObjectDecl &x) { in Post()