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

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);
  630   comments::FullComment *FC = RC->parse(*this, PP, D);