Searched refs:firstStmt (Results 1 – 2 of 2) sorted by relevance
358 const auto &firstStmt{std::get<parser::Statement<FIRST>>(a.t)}; in CheckOptionalName() local359 if (const parser::CharBlock * firstName{GetStmtName(firstStmt)}) { in CheckOptionalName()366 .Attach(firstStmt.source, "in unnamed %s"_en_US, constructTag); in CheckOptionalName()
510 auto firstStmt = [](lower::pft::Evaluation *e) { in rewriteIfGotos() local513 const Fortran::lower::pft::Evaluation &targetEval = *firstStmt(&eval); in rewriteIfGotos()541 ifStmt.lexicalSuccessor = firstStmt(&*successorIt); in rewriteIfGotos()545 endIfStmtIt->lexicalSuccessor = firstStmt(&*it); in rewriteIfGotos()