reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
827 comments::FullComment *getCommentForDecl(const Decl *D,
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);