Searched refs:OrderedComments (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp290 if (OrderedComments[CommentFile].empty()) {
291 OrderedComments[CommentFile][CommentOffset] =
296 const RawComment &C1 = *OrderedComments[CommentFile].rbegin()->second;
319 *OrderedComments[CommentFile].rbegin()->second =
322 OrderedComments[CommentFile][CommentOffset] =
329 auto CommentsInFile = OrderedComments.find(File);
330 if (CommentsInFile == OrderedComments.end())
336 bool RawCommentList::empty() const { return OrderedComments.empty(); }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h215 llvm::DenseMap<FileID, std::map<unsigned, RawComment *>> OrderedComments; member in class:clang::RawCommentList
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2907 for (const auto &FO : Context->Comments.OrderedComments) {
H A DASTReader.cpp9022 Context.Comments.OrderedComments[Loc.first].emplace(Loc.second, C);

Completed in 211 milliseconds