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

References

tools/clang/include/clang/AST/ASTContext.h
  794     return Comments;
  800     Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc);
tools/clang/lib/AST/ASTContext.cpp
  227           Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first,
  250       Comments.getCommentEndOffset(CommentBeforeDecl);
  284   if (Comments.empty())
  288   const auto CommentsInThisFile = Comments.getCommentsInFile(File);
  464   if (Comments.empty() || Decls.empty())
  471   auto CommentsInThisFile = Comments.getCommentsInFile(File);
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) {