reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/RawCommentList.cpp
  290   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(); }
tools/clang/lib/Serialization/ASTReader.cpp
 9806           Context.Comments.OrderedComments[Loc.first].emplace(Loc.second, C);
tools/clang/lib/Serialization/ASTWriter.cpp
 3310   for (const auto &FO : Context->Comments.OrderedComments) {