Searched refs:RawCommentList (Results 1 – 5 of 5) sorted by relevance
1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//9 #include "clang/AST/RawCommentList.h"272 void RawCommentList::addComment(const RawComment &RC, in onlyWhitespaceBetween() 328 RawCommentList::getCommentsInFile(FileID File) const {336 bool RawCommentList::empty() const { return OrderedComments.empty(); } in getCommentsInFile() 338 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File, in empty() 348 unsigned RawCommentList::getCommentEndOffset(RawComment *C) const { in getCommentBeginLine()
113 RawCommentList.cpp
212 class RawCommentList {214 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
25 #include "clang/AST/RawCommentList.h"867 RawCommentList Comments;
142 "RawCommentList.cpp",