reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1081                       R.contents.kind = HoverContentFormat;
 1085                         R.contents.value = (*H)->present().renderAsPlainText();
 1088                         R.contents.value = (*H)->present().renderAsMarkdown();
tools/clang/tools/extra/clangd/Protocol.cpp
  753   llvm::json::Object Result{{"contents", toJSON(H.contents)}};