Searched refs:getRawCommentForAnyRedecl (Results 1 – 4 of 4) sorted by relevance
3651 if (auto *RC = Ctx.getRawCommentForAnyRedecl(ND)) in getCompletionComment()3662 return Ctx.getRawCommentForAnyRedecl(PDecl); in getCompletionComment()3680 if (auto *RC = Ctx.getRawCommentForAnyRedecl(M)) in getPatternCompletionComment()3682 if (auto *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in getPatternCompletionComment()3695 return Ctx.getRawCommentForAnyRedecl(FDecl->getParamDecl(ArgIndex)); in getParameterComment()
881 getRawCommentForAnyRedecl(const Decl *D,
8641 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getCommentRange()8654 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getRawCommentText()8669 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getBriefCommentText()
384 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext579 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()