Lines Matching refs:CommentDecl
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()
310 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl); in fill()