Searched refs:CheckSaveAttr (Results 1 – 1 of 1) sorted by relevance
1066 std::optional<MessageFixedText> CheckSaveAttr(const Symbol &);5295 } else if (auto msg{CheckSaveAttr(*symbol)}) { in CheckSaveStmts()5326 if (!CheckSaveAttr(symbol)) { in CheckSaveStmts()5335 std::optional<MessageFixedText> DeclarationVisitor::CheckSaveAttr( in CheckSaveAttr() function in Fortran::semantics::DeclarationVisitor