Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp69 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache() local
70 assert(std::is_sorted(RawComments.begin(), RawComments.end(), in getRawCommentForDeclNoCache()
129 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache() local
132 if (RawComments.empty()) in getRawCommentForDeclNoCache()
183 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache()
185 if (!Found && RawComments.size() >= 2) { in getRawCommentForDeclNoCache()
192 assert(Comment == std::lower_bound(RawComments.begin(), RawComments.end(), in getRawCommentForDeclNoCache()
196 Comment = std::lower_bound(RawComments.begin(), RawComments.end(), in getRawCommentForDeclNoCache()
206 if (Comment != RawComments.end() && in getRawCommentForDeclNoCache()
224 if (Comment == RawComments.begin()) in getRawCommentForDeclNoCache()
/external/clang/lib/Serialization/
DASTWriter.cpp2845 ArrayRef<RawComment *> RawComments = Context->Comments.getComments(); in WriteComments() local
2847 for (const auto *I : RawComments) { in WriteComments()