Searched refs:CommentDecl (Results 1 – 5 of 5) sorted by relevance
216 if (!CommentDecl) { in fill()221 CurrentDecl = CommentDecl; in fill()223 Decl::Kind K = CommentDecl->getKind(); in fill()233 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()246 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()253 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()281 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()302 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()304 else if (const auto *PD = dyn_cast<ObjCPropertyDecl>(CommentDecl)) in fill()329 ? cast<TypedefDecl>(CommentDecl)->getTypeSourceInfo() in fill()[all …]
41 ThisDeclInfo->CommentDecl = D; in setDecl()598 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()673 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
534 ThisDeclInfo->CommentDecl = D; in cloneFullComment()537 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
909 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) { in visitFullComment()924 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment()993 if (DI->CommentDecl->hasAttrs()) { in visitFullComment()994 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
983 const Decl *CommentDecl; member1120 return ThisDeclInfo->CommentDecl; in getDecl()