Searched refs:CommentDecl (Results 1 – 5 of 5) sorted by relevance
212 if (!CommentDecl) { in fill()217 CurrentDecl = CommentDecl; in fill()219 Decl::Kind K = CommentDecl->getKind(); in fill()230 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()243 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()252 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()284 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()300 cast<VarDecl>(CommentDecl)->getDescribedVarTemplate()) { in fill()310 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()317 const VarTemplateDecl *VTD = cast<VarTemplateDecl>(CommentDecl); in fill()[all …]
41 ThisDeclInfo->CommentDecl = D; in setDecl()570 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()645 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
540 ThisDeclInfo->CommentDecl = D; in cloneFullComment()543 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()
966 const Decl *CommentDecl; member1106 return ThisDeclInfo->CommentDecl; in getDecl()