Searched refs:RawCommentList (Results 1 – 6 of 6) sorted by relevance
273 void RawCommentList::addComment(const RawComment &RC, in addComment()329 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile()337 bool RawCommentList::empty() const { return OrderedComments.empty(); } in empty()339 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File, in getCommentBeginLine()349 unsigned RawCommentList::getCommentEndOffset(RawComment *C) const { in getCommentEndOffset()
94 RawCommentList.cpp
180 class RawCommentList {182 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
740 RawCommentList Comments;
65 RawCommentList.cpp \
121 "RawCommentList.cpp",