Searched refs:ProcedureDeclarationStmt (Results 1 – 5 of 5) sorted by relevance
156 statement(indirect(Parser<ProcedureDeclarationStmt>{}))),390 construct<ProcedureDeclarationStmt>(parenthesized(maybe(procInterface)),
1667 void Unparse(const ProcedureDeclarationStmt &x) { // R1512 in Unparse()
242 struct ProcedureDeclarationStmt; // R1512390 Statement<common::Indirection<ProcedureDeclarationStmt>>,3010 struct ProcedureDeclarationStmt { struct3011 TUPLE_CLASS_BOILERPLATE(ProcedureDeclarationStmt);
606 NODE(parser, ProcedureDeclarationStmt) in NODE()
924 bool Pre(const parser::ProcedureDeclarationStmt &);925 void Post(const parser::ProcedureDeclarationStmt &);4707 bool DeclarationVisitor::Pre(const parser::ProcedureDeclarationStmt &x) { in Pre()4720 void DeclarationVisitor::Post(const parser::ProcedureDeclarationStmt &) { in Post() argument