Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp1704 DiagnosticToReplacementMap LocalFixIts; // Temporary storage in onDiagnosticsReady() local
1708 auto &FixItsForDiagnostic = LocalFixIts[Diag]; in onDiagnosticsReady()
1717 FixItsMap[File] = LocalFixIts; in onDiagnosticsReady()