Lines Matching defs:Enter
26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); }
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); }
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); }
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); }
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); }
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); }
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); }
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); }
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); }
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); }
36 void Enter(const parser::WriteStmt &) { Init(IoStmtKind::Write); }
38 void Enter(
41 void Enter(const parser::ConnectSpec &);
42 void Enter(const parser::ConnectSpec::CharExpr &);
43 void Enter(const parser::ConnectSpec::Newunit &);
44 void Enter(const parser::ConnectSpec::Recl &);
45 void Enter(const parser::EndLabel &);
46 void Enter(const parser::EorLabel &);
47 void Enter(const parser::ErrLabel &);
48 void Enter(const parser::FileUnitNumber &);
49 void Enter(const parser::Format &);
50 void Enter(const parser::IdExpr &);
51 void Enter(const parser::IdVariable &);
52 void Enter(const parser::InputItem &);
53 void Enter(const parser::InquireSpec &);
54 void Enter(const parser::InquireSpec::CharVar &);
55 void Enter(const parser::InquireSpec::IntVar &);
56 void Enter(const parser::InquireSpec::LogVar &);
57 void Enter(const parser::IoControlSpec &);
58 void Enter(const parser::IoControlSpec::Asynchronous &);
59 void Enter(const parser::IoControlSpec::CharExpr &);
60 void Enter(const parser::IoControlSpec::Pos &);
61 void Enter(const parser::IoControlSpec::Rec &);
62 void Enter(const parser::IoControlSpec::Size &);
63 void Enter(const parser::IoUnit &);
64 void Enter(const parser::MsgVariable &);
65 void Enter(const parser::OutputItem &);
66 void Enter(const parser::StatusExpr &);
67 void Enter(const parser::StatVariable &);