Searched refs:DimensionStmt (Results 1 – 6 of 6) sorted by relevance
873 construct<DimensionStmt>("DIMENSION" >> maybe("::"_tok) >>875 construct<DimensionStmt::Declaration>(name, arraySpec))))
180 construct<OtherSpecificationStmt>(indirect(Parser<DimensionStmt>{})), argument
638 void Unparse(const DimensionStmt &x) { // R848 in Unparse()641 void Unparse(const DimensionStmt::Declaration &x) { in Unparse()
247 NODE(parser, DimensionStmt) in NODE()248 NODE(DimensionStmt, Declaration) in NODE()
164 struct DimensionStmt; // R848368 common::Indirection<DimensionStmt>, common::Indirection<ExternalStmt>,1490 struct DimensionStmt { struct1495 WRAPPER_CLASS_BOILERPLATE(DimensionStmt, std::list<Declaration>); argument
893 void Post(const parser::DimensionStmt::Declaration &);3870 void DeclarationVisitor::Post(const parser::DimensionStmt::Declaration &x) { in Post()