Lines Matching refs:RawComments
118 ArrayRef<RawComment *> RawComments = Comments.getComments();
121 if (RawComments.empty())
160 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1;
162 if (!Found && RawComments.size() >= 2) {
169 assert(Comment == std::lower_bound(RawComments.begin(), RawComments.end(),
173 Comment = std::lower_bound(RawComments.begin(), RawComments.end(),
183 if (Comment != RawComments.end() &&
201 if (Comment == RawComments.begin())