Lines Matching refs:CommentDecl
212 if (!CommentDecl) { in fill()
217 CurrentDecl = CommentDecl; in fill()
219 Decl::Kind K = CommentDecl->getKind(); in fill()
230 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()
243 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()
252 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()
264 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()
276 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()
284 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()
300 cast<VarDecl>(CommentDecl)->getDescribedVarTemplate()) { in fill()
310 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
312 else if (const auto *PD = dyn_cast<ObjCPropertyDecl>(CommentDecl)) in fill()
317 const VarTemplateDecl *VTD = cast<VarTemplateDecl>(CommentDecl); in fill()
331 TSI = cast<TypedefNameDecl>(CommentDecl)->getTypeSourceInfo(); in fill()
334 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl); in fill()