Searched refs:GenericStmt (Results 1 – 5 of 5) sorted by relevance
148 statement(indirect(Parser<GenericStmt>{}))),376 TYPE_PARSER(construct<GenericStmt>("GENERIC" >> maybe("," >> accessSpec),
1637 void Unparse(const GenericStmt &x) { // R1510 in Unparse()
239 struct GenericStmt; // R1510385 common::Indirection<EnumDef>, Statement<common::Indirection<GenericStmt>>,2940 struct GenericStmt { struct2941 TUPLE_CLASS_BOILERPLATE(GenericStmt);
336 NODE(parser, GenericStmt) in NODE()
647 bool Pre(const parser::GenericStmt &);648 void Post(const parser::GenericStmt &);2541 bool InterfaceVisitor::Pre(const parser::GenericStmt &) { in Pre() argument2545 void InterfaceVisitor::Post(const parser::GenericStmt &x) { in Post()6037 [&](const parser::Statement<Indirection<parser::GenericStmt>> &y) { in PreSpecificationConstruct()