Searched refs:getRawCommentForAnyRedecl (Results 1 – 3 of 3) sorted by relevance
604 const RawComment *getRawCommentForAnyRedecl(
2558 Ctx.getRawCommentForAnyRedecl(M)) { in CreateCodeCompletionString()2563 Ctx.getRawCommentForAnyRedecl(PDecl)) { in CreateCodeCompletionString()2630 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(ND)) { in CreateCodeCompletionString()2636 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in CreateCodeCompletionString()
312 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext446 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()