9#ifndef FORTRAN_SEMANTICS_CHECK_DO_FORALL_H_
10#define FORTRAN_SEMANTICS_CHECK_DO_FORALL_H_
12#include "flang/Common/idioms.h"
13#include "flang/Semantics/semantics.h"
33namespace Fortran::semantics {
36ENUM_CLASS(StmtType, CYCLE, EXIT)
45 void Enter(
const parser::CycleStmt &);
53 void Enter(
const parser::ExitStmt &);
60 void Leave(
const parser::StatVariable &);
65 std::list<SemanticsContext::IndexVarKind> nestedWithinConcurrent_;
68 StmtType,
const char *enclosingStmt,
const ConstructNode &)
const;
69 void CheckDoConcurrentExit(StmtType,
const ConstructNode &)
const;
70 void CheckForBadLeave(StmtType,
const ConstructNode &)
const;
Definition semantics.h:67
Definition check-expression.h:19
Definition parse-tree.h:2020
Definition parse-tree.h:3280
Definition parse-tree.h:2675
Definition parse-tree.h:2342
Definition parse-tree.h:1704
Definition parse-tree.h:2118
Definition parse-tree.h:2147
Definition parse-tree.h:2124
Definition parse-tree.h:2891
Definition parse-tree.h:2733
Definition parse-tree.h:583
Definition parse-tree.h:2811
Definition semantics.h:422