Home | History | Annotate | Download | only in AST

Lines Matching refs:CommentDecl

140   if (!CommentDecl) {
145 CurrentDecl = CommentDecl;
147 Decl::Kind K = CommentDecl->getKind();
157 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl);
171 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl);
178 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl);
189 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl);
200 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl);
208 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl);
236 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl);
280 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl);