Searched refs:ProcComponentDefStmt (Results 1 – 5 of 5) sorted by relevance
411 construct<ComponentDefStmt>(Parser<ProcComponentDefStmt>{}))),466 construct<ProcComponentDefStmt>(
333 void Unparse(const ProcComponentDefStmt &x) { // R741 in Unparse()
1057 struct ProcComponentDefStmt { struct1058 TUPLE_CLASS_BOILERPLATE(ProcComponentDefStmt);1067 std::variant<DataComponentDefStmt, ProcComponentDefStmt, ErrorRecovery argument
601 NODE(parser, ProcComponentDefStmt) in NODE()
927 bool Pre(const parser::ProcComponentDefStmt &);928 void Post(const parser::ProcComponentDefStmt &);4750 bool DeclarationVisitor::Pre(const parser::ProcComponentDefStmt &) { in Pre() argument4754 void DeclarationVisitor::Post(const parser::ProcComponentDefStmt &) { in Post() argument