Searched defs:CloseStmt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Semantics/ | ||
H A D | check-io.h | 27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() argument |
H A D | check-io.cpp | 681 Leave(const parser::CloseStmt &) Leave() argument |
/llvm-project/flang/include/flang/Parser/ | ||
H A D | parse-tree.h | 2670 struct CloseStmt { global() struct |