Searched defs:LSPDiagnosticCompare (Results 1 – 1 of 1) sorted by relevance
847 struct LSPDiagnosticCompare { struct848 bool operator()(const Diagnostic &LHS, const Diagnostic &RHS) const { in operator()