Searched refs:description_ (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | pointer-assignment.cpp | 44 : context_{context}, source_{source}, description_{description} {} in PointerAssignmentChecker() 47 description_{"pointer '"s + lhs.name().ToString() + '\''}, lhs_{&lhs} { 78 const std::string description_; member in Fortran::semantics::PointerAssignmentChecker 115 description_); in Check() 184 Say(*msg, description_, funcName); in Check() 249 Say(*m, description_, ss.str()); in Check() 265 Say(std::move(*msg), description_, rhsName, whyNot); in Check() 313 msg->Attach(source_, "Declaration of %s"_en_US, description_); in Say()
|