Home
last modified time | relevance | path

Searched refs:RawComments (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp68 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache() local
69 assert(std::is_sorted(RawComments.begin(), RawComments.end(), in getRawCommentForDeclNoCache()
128 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache() local
131 if (RawComments.empty()) in getRawCommentForDeclNoCache()
182 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache()
184 if (!Found && RawComments.size() >= 2) { in getRawCommentForDeclNoCache()
191 assert(Comment == std::lower_bound(RawComments.begin(), RawComments.end(), in getRawCommentForDeclNoCache()
195 Comment = std::lower_bound(RawComments.begin(), RawComments.end(), in getRawCommentForDeclNoCache()
205 if (Comment != RawComments.end() && in getRawCommentForDeclNoCache()
223 if (Comment == RawComments.begin()) in getRawCommentForDeclNoCache()
/external/clang/lib/Serialization/
DASTWriter.cpp2713 ArrayRef<RawComment *> RawComments = Context->Comments.getComments(); in WriteComments() local
2715 for (ArrayRef<RawComment *>::iterator I = RawComments.begin(), in WriteComments()
2716 E = RawComments.end(); in WriteComments()