Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp216 if (!CommentDecl) { in fill()
221 CurrentDecl = CommentDecl; in fill()
223 Decl::Kind K = CommentDecl->getKind(); in fill()
233 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill()
246 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill()
253 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill()
263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill()
273 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); in fill()
281 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); in fill()
302 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
[all …]
H A DCommentSema.cpp41 ThisDeclInfo->CommentDecl = D; in setDecl()
598 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()
673 const Decl *D = ThisDeclInfo->CommentDecl; in checkDeprecatedCommand()
H A DASTContext.cpp534 ThisDeclInfo->CommentDecl = D; in cloneFullComment()
537 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp909 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) { in visitFullComment()
924 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment()
993 if (DI->CommentDecl->hasAttrs()) { in visitFullComment()
994 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h983 const Decl *CommentDecl; member
1120 return ThisDeclInfo->CommentDecl; in getDecl()