Searched refs:AllocatableStmt (Results 1 – 6 of 6) sorted by relevance
175 construct<OtherSpecificationStmt>(indirect(Parser<AllocatableStmt>{})), argument
765 TYPE_PARSER(construct<AllocatableStmt>("ALLOCATABLE" >> maybe("::"_tok) >>
593 void Unparse(const AllocatableStmt &x) { // R829 in Unparse()
157 struct AllocatableStmt; // R829365 common::Indirection<AllocatableStmt>,1381 WRAPPER_CLASS(AllocatableStmt, std::list<ObjectDecl>);
124 NODE(parser, AllocatableStmt) in NODE()
883 bool Pre(const parser::AllocatableStmt &) { in Pre() argument887 void Post(const parser::AllocatableStmt &) { objectDeclAttr_ = std::nullopt; } in Post() argument