Home | History | Annotate | Download | only in AST

Lines Matching refs:CommentDecl

141   if (!CommentDecl) {
146 CurrentDecl = CommentDecl;
148 Decl::Kind K = CommentDecl->getKind();
158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl);
171 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl);
178 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl);
188 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl);
198 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl);
206 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl);
234 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl);
310 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl);