Lines Matching refs:CommentDecl
216 if (!CommentDecl) { in fill()
221 CurrentDecl = CommentDecl; in fill()
223 Decl::Kind K = CommentDecl->getKind(); in fill()
233 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()
246 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()
253 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()
263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()
273 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()
281 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()
302 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
304 else if (const auto *PD = dyn_cast<ObjCPropertyDecl>(CommentDecl)) in fill()
329 ? cast<TypedefDecl>(CommentDecl)->getTypeSourceInfo() in fill()
330 : cast<TypeAliasDecl>(CommentDecl)->getTypeSourceInfo(); in fill()
343 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl); in fill()