Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h266 MarkupKind HoverContentFormat = MarkupKind::PlainText; variable
H A DClangdLSPServer.cpp516 HoverContentFormat = Params.capabilities.HoverContentFormat; in onInitialize()
1178 R.contents.kind = HoverContentFormat; in onHover()
1180 switch (HoverContentFormat) { in onHover()
H A DProtocol.h476 MarkupKind HoverContentFormat = MarkupKind::PlainText; member
H A DProtocol.cpp373 if (fromJSON(Format, R.HoverContentFormat, P)) in fromJSON()