Searched refs:CommentDecl (Results 1 – 5 of 5) sorted by relevance
140 if (!CommentDecl) { in fill()145 CurrentDecl = CommentDecl; in fill()147 Decl::Kind K = CommentDecl->getKind(); in fill()157 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()189 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()200 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()208 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()236 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl); in fill()[all …]
40 ThisDeclInfo->CommentDecl = D; in setDecl()583 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()658 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
406 ThisDeclInfo->CommentDecl = D; in cloneFullComment()409 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
1253 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) { in visitFullComment()1268 cxcursor::getDeclCursorUSR(DI->CommentDecl, USR); in visitFullComment()1331 if (DI->CommentDecl->hasAttrs()) { in visitFullComment()1332 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
968 const Decl *CommentDecl; member1105 return ThisDeclInfo->CommentDecl; in getDecl()