Searched refs:SpecificationConstruct (Results 1 – 6 of 6) sorted by relevance
148 construct<SpecificationConstruct>(indirect(Parser<EnumDef>{})),149 construct<SpecificationConstruct>(151 construct<SpecificationConstruct>(indirect(interfaceBlock)),152 construct<SpecificationConstruct>(statement(indirect(parameterStmt))),153 construct<SpecificationConstruct>(155 construct<SpecificationConstruct>(157 construct<SpecificationConstruct>(159 construct<SpecificationConstruct>(161 construct<SpecificationConstruct>(indirect(Parser<StructureDef>{})),162 construct<SpecificationConstruct>([all …]
46 constexpr Parser<SpecificationConstruct> specificationConstruct; // R508
54 std::get_if<parser::SpecificationConstruct>(&decl.u)}) { in GetGenerics()
1508 void PreSpecificationConstruct(const parser::SpecificationConstruct &);7060 std::get_if<parser::SpecificationConstruct>(&decl.u)}) { in Pre()7071 const parser::SpecificationConstruct &spec) { in PreSpecificationConstruct()
383 struct SpecificationConstruct { struct384 UNION_CLASS_BOILERPLATE(SpecificationConstruct);421 std::variant<SpecificationConstruct, Statement<common::Indirection<DataStmt>>,
644 NODE(parser, SpecificationConstruct) in NODE()