Searched defs:RawComments (Results 1 - 2 of 2) sorted by relevance

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

Completed in 703 milliseconds