Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dmessage.cpp256 if (!AtSameLocation(that) || ToString() != that.ToString() || in operator ==()
264 if (!thatAttachment || !attachment->AtSameLocation(*thatAttachment) || in operator ==()
275 return AtSameLocation(that) && in Merge()
305 bool Message::AtSameLocation(const Message &that) const { in AtSameLocation() function in Fortran::parser::Message
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h245 bool AtSameLocation(const Message &) const;