summaryrefslogtreecommitdiff
path: root/flang/lib/Semantics/check-coarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'flang/lib/Semantics/check-coarray.h')
-rw-r--r--flang/lib/Semantics/check-coarray.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/flang/lib/Semantics/check-coarray.h b/flang/lib/Semantics/check-coarray.h
index b4ce5b42ad6f..51d030cbf771 100644
--- a/flang/lib/Semantics/check-coarray.h
+++ b/flang/lib/Semantics/check-coarray.h
@@ -17,6 +17,8 @@ class CharBlock;
class MessageFixedText;
struct ChangeTeamStmt;
struct CoarrayAssociation;
+struct EventPostStmt;
+struct EventWaitStmt;
struct FormTeamStmt;
struct ImageSelector;
struct SyncAllStmt;
@@ -35,6 +37,8 @@ public:
void Leave(const parser::SyncImagesStmt &);
void Leave(const parser::SyncMemoryStmt &);
void Leave(const parser::SyncTeamStmt &);
+ void Leave(const parser::EventPostStmt &);
+ void Leave(const parser::EventWaitStmt &);
void Leave(const parser::ImageSelector &);
void Leave(const parser::FormTeamStmt &);