Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DHover.cpp508 const auto *CommentD = getDeclForComment(D); in getHoverContents() local
509 HI.Documentation = getDeclComment(Ctx, *CommentD); in getHoverContents()
510 enhanceFromIndex(HI, *CommentD, Index); in getHoverContents()
562 const auto *CommentD = getDeclForComment(D); in getHoverContents() local
563 HI.Documentation = getDeclComment(ASTCtx, *CommentD); in getHoverContents()
564 enhanceFromIndex(HI, *CommentD, Index); in getHoverContents()