Lines Matching refs:RawComment
115 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache()
120 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
122 BeforeThanCompare<RawComment>(SourceMgr))); in getRawCommentForDeclNoCache()
179 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
224 ArrayRef<RawComment *>::iterator Comment; in getRawCommentForDeclNoCache()
229 RawComment CommentAtDeclLoc( in getRawCommentForDeclNoCache()
231 BeforeThanCompare<RawComment> Compare(SourceMgr); in getRawCommentForDeclNoCache()
232 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache()
382 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl()
402 const RawComment *RC = nullptr; in getRawCommentForAnyRedecl()
486 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()
512 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()