Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h842 struct CodeDescription { struct
846 llvm::json::Value toJSON(const CodeDescription &); argument
861 llvm::Optional<CodeDescription> codeDescription;
H A DProtocol.cpp595 llvm::json::Value toJSON(const CodeDescription &D) { in toJSON()