Searched refs:constructStmt (Results 1 – 2 of 2) sorted by relevance
664 const auto &constructStmt{std::get<parser::Statement<FIRST>>(a.t)}; in CheckEndName() local667 if (const parser::CharBlock * constructName{GetStmtName(constructStmt)}) { in CheckEndName()686 constructStmt.source, "unnamed %s statement"_en_US, constructTag); in CheckEndName()
2807 Fortran::lower::pft::Evaluation &constructStmt = in createEmptyBlocks() local2809 if (constructStmt.isNewBlock) in createEmptyBlocks()2810 constructStmt.block = builder->createBlock(region); in createEmptyBlocks()