Searched refs:GenericStmt (Results 1 – 6 of 6) sorted by relevance
56 parser::Statement<common::Indirection<parser::GenericStmt>>>( in GetGenerics()58 const parser::GenericStmt &genericStmt{generic->statement.value()}; in GetGenerics()
778 bool Pre(const parser::GenericStmt &);779 void Post(const parser::GenericStmt &);3041 bool InterfaceVisitor::Pre(const parser::GenericStmt &) { in Pre() argument3045 void InterfaceVisitor::Post(const parser::GenericStmt &x) { in Post()7074 [&](const parser::Statement<Indirection<parser::GenericStmt>> &y) { in PreSpecificationConstruct()
150 statement(indirect(Parser<GenericStmt>{}))),379 TYPE_PARSER(construct<GenericStmt>("GENERIC" >> maybe("," >> accessSpec),
1659 void Unparse(const GenericStmt &x) { // R1510 in Unparse()
240 struct GenericStmt; // R1510386 common::Indirection<EnumDef>, Statement<common::Indirection<GenericStmt>>,2961 struct GenericStmt { struct2962 TUPLE_CLASS_BOILERPLATE(GenericStmt);
344 NODE(parser, GenericStmt) in NODE()