Home
last modified time | relevance | path

Searched refs:CommentDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DComment.cpp141 if (!CommentDecl) { in fill()
146 CurrentDecl = CommentDecl; in fill()
148 Decl::Kind K = CommentDecl->getKind(); in fill()
158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()
171 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()
178 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()
188 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()
198 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()
206 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()
234 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl); in fill()
[all …]
DCommentSema.cpp41 ThisDeclInfo->CommentDecl = D; in setDecl()
590 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()
667 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
DASTContext.cpp424 ThisDeclInfo->CommentDecl = D; in cloneFullComment()
427 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
/external/clang/lib/Index/
DCommentToXML.cpp912 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) { in visitFullComment()
927 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment()
996 if (DI->CommentDecl->hasAttrs()) { in visitFullComment()
997 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
/external/clang/include/clang/AST/
DComment.h989 const Decl *CommentDecl; member
1126 return ThisDeclInfo->CommentDecl; in getDecl()