Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp161 MarkupContent renderDoc(const markup::Document &Doc, MarkupKind Kind) { in renderDoc() function
1051 renderDoc(SignatureComment, DocumentationFormat); in ProcessOverloadCandidates()
1115 Signature.documentation = renderDoc(OverloadComment, DocumentationFormat); in processOverloadCandidate()
2145 LSP.documentation = renderDoc(Doc, Opts.DocumentationFormat); in render()