Searched refs:CommentDecl (Results 1 – 5 of 5) sorted by relevance
202 if (!CommentDecl) { in fill()207 CurrentDecl = CommentDecl; in fill()209 Decl::Kind K = CommentDecl->getKind(); in fill()219 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()232 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()239 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()267 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()288 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()290 else if (const auto *PD = dyn_cast<ObjCPropertyDecl>(CommentDecl)) in fill()315 ? cast<TypedefDecl>(CommentDecl)->getTypeSourceInfo() in fill()[all …]
41 ThisDeclInfo->CommentDecl = D; in setDecl()594 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()669 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
473 ThisDeclInfo->CommentDecl = D; in cloneFullComment()476 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
903 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) { in visitFullComment()918 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment()987 if (DI->CommentDecl->hasAttrs()) { in visitFullComment()988 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
984 const Decl *CommentDecl; member1121 return ThisDeclInfo->CommentDecl; in getDecl()