Home
last modified time | relevance | path

Searched refs:CheckSaveAttr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1066 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