Lines Matching refs:RawComment
64 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache()
69 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
71 BeforeThanCompare<RawComment>(SourceMgr))); in getRawCommentForDeclNoCache()
129 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
174 ArrayRef<RawComment *>::iterator Comment; in getRawCommentForDeclNoCache()
179 RawComment CommentAtDeclLoc( in getRawCommentForDeclNoCache()
182 BeforeThanCompare<RawComment> Compare(SourceMgr); in getRawCommentForDeclNoCache()
183 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache()
333 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl()
353 const RawComment *RC = nullptr; in getRawCommentForAnyRedecl()
437 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()
463 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()