Searched refs:DimensionStmt (Results 1 – 6 of 6) sorted by relevance
851 construct<DimensionStmt>("DIMENSION" >> maybe("::"_tok) >>853 construct<DimensionStmt::Declaration>(name, arraySpec))))
178 construct<OtherSpecificationStmt>(indirect(Parser<DimensionStmt>{})), argument
614 void Unparse(const DimensionStmt &x) { // R848 in Unparse()617 void Unparse(const DimensionStmt::Declaration &x) { in Unparse()
239 NODE(parser, DimensionStmt) in NODE()240 NODE(DimensionStmt, Declaration) in NODE()
164 struct DimensionStmt; // R848367 common::Indirection<DimensionStmt>, common::Indirection<ExternalStmt>,1481 struct DimensionStmt { struct1486 WRAPPER_CLASS_BOILERPLATE(DimensionStmt, std::list<Declaration>); argument
763 void Post(const parser::DimensionStmt::Declaration &);3192 void DeclarationVisitor::Post(const parser::DimensionStmt::Declaration &x) { in Post()