Searched refs:RawCommentList (Results 1 – 4 of 4) sorted by relevance
272 void RawCommentList::addComment(const RawComment &RC, in addComment()327 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile()335 bool RawCommentList::empty() const { return OrderedComments.empty(); } in empty()337 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File, in getCommentBeginLine()347 unsigned RawCommentList::getCommentEndOffset(RawComment *C) const { in getCommentEndOffset()
212 class RawCommentList {214 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
919 RawCommentList Comments;
139 SRCS_MIN+= AST/RawCommentList.cpp