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

References

tools/clang/lib/AST/ASTContext.cpp
  485     assert(D);
  486     if (D->isInvalidDecl())
  489     D = &adjustDeclToTemplate(*D);
  489     D = &adjustDeclToTemplate(*D);
  491     const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr);
  496     if (DeclRawComments.count(D) > 0)
  500             getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) {
  501       cacheRawCommentForDecl(*D, *DocComment);
  502       comments::FullComment *FC = DocComment->parse(*this, PP, D);
  503       ParsedComments[D->getCanonicalDecl()] = FC;