Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/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()
172 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()
179 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()
190 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()
201 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()
209 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()
237 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl); in fill()
[all …]
DCommentSema.cpp40 ThisDeclInfo->CommentDecl = D; in setDecl()
564 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()
639 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
DASTContext.cpp408 ThisDeclInfo->CommentDecl = D; in cloneFullComment()
411 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/
DCommentToXML.cpp906 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) { in visitFullComment()
921 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment()
990 if (DI->CommentDecl->hasAttrs()) { in visitFullComment()
991 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DComment.h968 const Decl *CommentDecl; member
1105 return ThisDeclInfo->CommentDecl; in getDecl()