Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.cpp315 if (auto CodeActions = Diagnostics->getBoolean("codeActionsInline")) in fromJSON() local
316 R.DiagnosticFixes = *CodeActions; in fromJSON()