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

Declarations

tools/clang/include/clang/AST/ASTContext.h
  790   RawComment *getRawCommentForDeclNoCache(const Decl *D) const;

References

tools/clang/lib/AST/ASTContext.cpp
  421     const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl);
  524   const RawComment *RC = getRawCommentForDeclNoCache(D);
tools/clang/tools/extra/clang-doc/Mapper.cpp
   78   RawComment *Comment = Context.getRawCommentForDeclNoCache(D);
tools/clang/tools/extra/clang-move/Move.cpp
  316   if (const auto *Comment = D->getASTContext().getRawCommentForDeclNoCache(D)) {
tools/clang/tools/extra/unittests/clang-doc/SerializeTest.cpp
   27             D->getASTContext().getRawCommentForDeclNoCache(D)) {