Lines Matching refs:statement
112 construct<ImplicitPartStmt>(statement(indirect(Parser<ImplicitStmt>{}))), in TYPE_PARSER()
113 construct<ImplicitPartStmt>(statement(indirect(parameterStmt))),
114 construct<ImplicitPartStmt>(statement(indirect(oldParameterStmt))),
115 construct<ImplicitPartStmt>(statement(indirect(formatStmt))),
116 construct<ImplicitPartStmt>(statement(indirect(entryStmt))),
129 construct<InternalSubprogramPart>(statement(containsStmt),
357 construct<DerivedTypeDef>(statement(Parser<DerivedTypeStmt>{}),
359 many(statement(Parser<PrivateOrSequence>{})),
363 statement(Parser<EndTypeStmt>{})))
507 construct<TypeBoundProcedurePart>(statement(containsStmt),
508 maybe(statement(Parser<PrivateStmt>{})),
509 many(statement(Parser<TypeBoundProcBinding>{}))))
593 construct<EnumDef>(statement(Parser<EnumDefStmt>{}), in TYPE_PARSER()
595 statement(Parser<EndEnumStmt>{})))
1227 construct<StructureDef>(statement(NestedStructureStmt{}),
1229 statement(construct<StructureDef::EndStructureStmt>(
1232 TYPE_PARSER(construct<StructureField>(statement(StructureComponents{})) ||
1239 construct<StructureDef>(statement(Parser<StructureStmt>{}),
1241 statement(construct<StructureDef::EndStructureStmt>(
1245 construct<Union>(statement(construct<Union::UnionStmt>("UNION"_tok)),
1247 statement(construct<Union::EndUnionStmt>("END UNION"_tok))))
1250 construct<Map>(statement(construct<Map::MapStmt>("MAP"_tok)),
1252 statement(construct<Map::EndMapStmt>("END MAP"_tok))))