Lines Matching defs:EntryStmt
900 bool Pre(const parser::EntryStmt &);
901 void Post(const parser::EntryStmt &);
938 void CreateEntry(const parser::EntryStmt &stmt, Symbol &subprogram);
939 void PostEntryStmt(const parser::EntryStmt &stmt);
4118 // will check the result name in Post(EntryStmt)
4129 // LanguageBindingSpec deferred to Post(EntryStmt) or, for FunctionStmt,
4325 bool SubprogramVisitor::Pre(const parser::EntryStmt &) { return BeginAttrs(); }
4405 void SubprogramVisitor::Post(const parser::EntryStmt &stmt) {
4438 const parser::EntryStmt &stmt, Symbol &subprogram) {
4573 void SubprogramVisitor::PostEntryStmt(const parser::EntryStmt &stmt) {
4755 const parser::EntryStmt &entryStmt{*ref};