Searched refs:getDeclComment (Results 1 – 5 of 5) sorted by relevance
69 return Result.getDeclaration() ? getDeclComment(Ctx, *Result.getDeclaration()) in getDocComment()73 std::string getDeclComment(const ASTContext &Ctx, const NamedDecl &Decl) { in getDeclComment() function
36 std::string getDeclComment(const ASTContext &Ctx, const NamedDecl &D);
593 HI.Documentation = getDeclComment(Ctx, *CommentD); in getHoverContents()723 HI.Documentation = getDeclComment(ASTCtx, *CommentD); in getDeducedTypeHoverContents()
981 ? getDeclComment(S.getASTContext(), *Candidate.getFunction()) in ProcessOverloadCandidates()
65 getDeclComment(AST.getASTContext(), findDecl(AST, "X"))); in TEST_F()