Searched defs:EntryStmt (Results 1 – 4 of 4) sorted by relevance
52 bool Pre(parser::EntryStmt &) { return false; } in Pre()
124 void Leave(const parser::EntryStmt &) { in Leave()
2789 bool SubprogramVisitor::Pre(const parser::EntryStmt &) { return BeginAttrs(); } in Pre()
3195 struct EntryStmt { struct3197 std::tuple<Name, std::list<DummyArg>, std::optional<Suffix>> t;