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

References

tools/clang/lib/AST/ASTContext.cpp
  378     auto DeclComment = DeclRawComments.find(D);
  379     if (DeclComment != DeclRawComments.end()) {
  396       auto CommentAtRedecl = DeclRawComments.find(RedeclComment->second);
  397       assert(CommentAtRedecl != DeclRawComments.end() &&
  439   DeclRawComments.try_emplace(&OriginalD, &Comment);
  496     if (DeclRawComments.count(D) > 0)