Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.h351 struct DiagRef { global() struct
354 MessageDiagRef global() argument
H A DClangdServer.cpp700 auto FindMatchedDiag = [&InpAST](const DiagRef &DR) -> const Diag * { in codeAction() local
H A DClangdLSPServer.cpp1048 if (auto DiagRef = getDiagRef(File.file(), LSPDiag)) { onCodeAction() local