Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dmessage.cpp137 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
367 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h223 bool SortBefore(const Message &that) const;