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

Declarations

tools/clang/include/clang/AST/ASTContext.h
  827   comments::FullComment *getCommentForDecl(const Decl *D,

References

tools/clang/lib/AST/ASTContext.cpp
  557           if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
  563         if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
  572           if (comments::FullComment *FC = getCommentForDecl(TD, PP))
  578         if (comments::FullComment *FC = getCommentForDecl(IC, PP))
  584         if (comments::FullComment *FC = getCommentForDecl(IC, PP))
  601           if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))
  615           if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP))
  628     return getCommentForDecl(OriginalDecl, PP);
tools/clang/tools/libclang/CXComment.cpp
   36   const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr);