Lines Matching refs:RawComment
63 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache()
68 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
70 BeforeThanCompare<RawComment>(SourceMgr))); in getRawCommentForDeclNoCache()
128 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
173 ArrayRef<RawComment *>::iterator Comment; in getRawCommentForDeclNoCache()
178 RawComment CommentAtDeclLoc( in getRawCommentForDeclNoCache()
181 BeforeThanCompare<RawComment> Compare(SourceMgr); in getRawCommentForDeclNoCache()
182 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache()
332 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl()
352 const RawComment *RC = nullptr; in getRawCommentForAnyRedecl()
436 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()
462 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()