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()172 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()179 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()190 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()201 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()209 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()237 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl); in fill()[all …]
40 ThisDeclInfo->CommentDecl = D; in setDecl()564 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()639 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
408 ThisDeclInfo->CommentDecl = D; in cloneFullComment()411 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
906 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) { in visitFullComment()921 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment()990 if (DI->CommentDecl->hasAttrs()) { in visitFullComment()991 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
968 const Decl *CommentDecl; member1105 return ThisDeclInfo->CommentDecl; in getDecl()