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

Declarations

tools/clang/include/clang/AST/RawCommentList.h
  204   const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;

References

tools/clang/lib/AST/ASTContext.cpp
  288   const auto CommentsInThisFile = Comments.getCommentsInFile(File);
  471   auto CommentsInThisFile = Comments.getCommentsInFile(File);