Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeCompletionStrings.cpp69 return Result.getDeclaration() ? getDeclComment(Ctx, *Result.getDeclaration()) in getDocComment()
73 std::string getDeclComment(const ASTContext &Ctx, const NamedDecl &Decl) { in getDeclComment() function
H A DCodeCompletionStrings.h36 std::string getDeclComment(const ASTContext &Ctx, const NamedDecl &D);
H A DHover.cpp593 HI.Documentation = getDeclComment(Ctx, *CommentD); in getHoverContents()
723 HI.Documentation = getDeclComment(ASTCtx, *CommentD); in getDeducedTypeHoverContents()
H A DCodeComplete.cpp981 ? getDeclComment(S.getASTContext(), *Candidate.getFunction()) in ProcessOverloadCandidates()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompletionStringsTests.cpp65 getDeclComment(AST.getASTContext(), findDecl(AST, "X"))); in TEST_F()