Home
last modified time | relevance | path

Searched refs:ThisDeclInfo (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp72 if (ThisDeclInfo) { in actOnBlockCommandFinish()
822 if (!ThisDeclInfo) in isFunctionDecl()
863 if (!ThisDeclInfo) in isFunctionPointerVarDecl()
877 if (!ThisDeclInfo) in isFunctionOrBlockPointerVarLikeDecl()
907 if (!ThisDeclInfo) in isObjCPropertyDecl()
915 if (!ThisDeclInfo) in isTemplateOrSpecialization()
923 if (!ThisDeclInfo) in isRecordLikeDecl()
932 if (!ThisDeclInfo) in isUnionDecl()
949 if (!ThisDeclInfo) in isClassOrStructDecl()
961 if (!ThisDeclInfo) in isClassOrStructOrTagTypedefDecl()
[all …]
H A DASTContext.cpp533 auto *ThisDeclInfo = new (*this) comments::DeclInfo; in cloneFullComment() local
534 ThisDeclInfo->CommentDecl = D; in cloneFullComment()
535 ThisDeclInfo->IsFilled = false; in cloneFullComment()
536 ThisDeclInfo->fill(); in cloneFullComment()
537 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()
538 if (!ThisDeclInfo->TemplateParameters) in cloneFullComment()
539 ThisDeclInfo->TemplateParameters = FC->getDeclInfo()->TemplateParameters; in cloneFullComment()
542 ThisDeclInfo); in cloneFullComment()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h1093 DeclInfo *ThisDeclInfo; variable
1098 Blocks(Blocks), ThisDeclInfo(D) { in FullComment()
1120 return ThisDeclInfo->CommentDecl; in getDecl()
1124 if (!ThisDeclInfo->IsFilled) in getDeclInfo()
1125 ThisDeclInfo->fill(); in getDeclInfo()
1126 return ThisDeclInfo; in getDeclInfo()
H A DCommentSema.h49 DeclInfo *ThisDeclInfo; variable