Lines Matching refs:CommentDecl
202 if (!CommentDecl) { in fill()
207 CurrentDecl = CommentDecl; in fill()
209 Decl::Kind K = CommentDecl->getKind(); in fill()
219 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()
232 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()
239 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()
249 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()
259 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()
267 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()
288 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
290 else if (const auto *PD = dyn_cast<ObjCPropertyDecl>(CommentDecl)) in fill()
315 ? cast<TypedefDecl>(CommentDecl)->getTypeSourceInfo() in fill()
316 : cast<TypeAliasDecl>(CommentDecl)->getTypeSourceInfo(); in fill()
329 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl); in fill()