Searched refs:getRawCommentForAnyRedecl (Results 1 – 4 of 4) sorted by relevance
2621 Ctx.getRawCommentForAnyRedecl(M)) { in CreateCodeCompletionString()2626 Ctx.getRawCommentForAnyRedecl(PDecl)) { in CreateCodeCompletionString()2690 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(ND)) { in CreateCodeCompletionString()2696 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in CreateCodeCompletionString()2979 if (auto RC = S.getASTContext().getRawCommentForAnyRedecl( in CreateSignatureString()
708 getRawCommentForAnyRedecl(const Decl *D,
7295 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getCommentRange()7308 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getRawCommentText()7323 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getBriefCommentText()
333 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext463 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()