Home
last modified time | relevance | path

Searched defs:LSPDiagnosticCompare (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h847 struct LSPDiagnosticCompare { struct
848 bool operator()(const Diagnostic &LHS, const Diagnostic &RHS) const { in operator()