Searched refs:ExprChecker (Results 1 – 3 of 3) sorted by relevance
416 class ExprChecker {418 explicit ExprChecker(SemanticsContext &);
158 using StatementSemanticsPass1 = ExprChecker;
3875 ExprChecker::ExprChecker(SemanticsContext &context) : context_{context} {} in ExprChecker() function in Fortran::semantics::ExprChecker3877 bool ExprChecker::Pre(const parser::DataImpliedDo &ido) { in Pre()3893 bool ExprChecker::Walk(const parser::Program &program) { in Walk()