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

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

Completed in 95 milliseconds