Lines Matching refs:messageHandler
155 MessageHandler &messageHandler() { return messageHandler_; } in messageHandler() function in Fortran::semantics::BaseVisitor
515 messageHandler().set_currStmtSource(x.source); in Pre()
520 messageHandler().set_currStmtSource(std::nullopt); in Post()
1264 messageHandler().set_currStmtSource(std::nullopt); in Post()
1271 messageHandler().set_currStmtSource(std::nullopt); in Post()
1278 messageHandler().set_currStmtSource(std::nullopt); in Post()
1298 messageHandler().set_currStmtSource(source); in AddAccSourceRange()
1329 messageHandler().set_currStmtSource(std::nullopt); in Post()
1336 messageHandler().set_currStmtSource(std::nullopt); in Post()
1349 messageHandler().set_currStmtSource(std::nullopt); in Post()
1356 messageHandler().set_currStmtSource(std::nullopt); in Post()
1369 messageHandler().set_currStmtSource(std::nullopt); in Post()
1376 messageHandler().set_currStmtSource(std::nullopt); in Post()
1395 messageHandler().set_currStmtSource(source); in AddOmpSourceRange()
2057 scopeHandler_.messageHandler().set_currStmtSource(info->source); in CompleteFunctionResultType()
3660 auto originalStmtSource{messageHandler().currStmtSource()}; in EndSubprogram()
3661 messageHandler().set_currStmtSource(stmtSource); in EndSubprogram()
3666 messageHandler().set_currStmtSource(originalStmtSource); in EndSubprogram()