Searched refs:getRawCommentForAnyRedecl (Results 1 – 4 of 4) sorted by relevance
3644 if (auto *RC = Ctx.getRawCommentForAnyRedecl(ND)) in getCompletionComment()3655 return Ctx.getRawCommentForAnyRedecl(PDecl); in getCompletionComment()3673 if (auto *RC = Ctx.getRawCommentForAnyRedecl(M)) in getPatternCompletionComment()3675 if (auto *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in getPatternCompletionComment()3688 return Ctx.getRawCommentForAnyRedecl(FDecl->getParamDecl(ArgIndex)); in getParameterComment()
801 getRawCommentForAnyRedecl(const Decl *D,
8384 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getCommentRange()8397 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getRawCommentText()8412 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getBriefCommentText()
378 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext573 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()