Searched refs:getRawCommentForAnyRedecl (Results 1 – 4 of 4) sorted by relevance
3686 if (auto *RC = Ctx.getRawCommentForAnyRedecl(ND)) in getCompletionComment()3697 return Ctx.getRawCommentForAnyRedecl(PDecl); in getCompletionComment()3715 if (auto *RC = Ctx.getRawCommentForAnyRedecl(M)) in getPatternCompletionComment()3717 if (auto *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in getPatternCompletionComment()3730 return Ctx.getRawCommentForAnyRedecl(FDecl->getParamDecl(ArgIndex)); in getParameterComment()
852 getRawCommentForAnyRedecl(const Decl *D,
8677 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getCommentRange()8690 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getRawCommentText()8705 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getBriefCommentText()
386 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext581 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()