Searched refs:CommentDecl (Results 1 – 5 of 5) sorted by relevance
141 if (!CommentDecl) { in fill()146 CurrentDecl = CommentDecl; in fill()148 Decl::Kind K = CommentDecl->getKind(); in fill()158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()171 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()178 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()188 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()198 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()206 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()234 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl); in fill()[all …]
41 ThisDeclInfo->CommentDecl = D; in setDecl()590 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()667 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
424 ThisDeclInfo->CommentDecl = D; in cloneFullComment()427 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
912 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) { in visitFullComment()927 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment()996 if (DI->CommentDecl->hasAttrs()) { in visitFullComment()997 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
989 const Decl *CommentDecl; member1126 return ThisDeclInfo->CommentDecl; in getDecl()