Searched refs:ThisDeclInfo (Results 1 – 4 of 4) sorted by relevance
32 PP(PP), ThisDeclInfo(nullptr), BriefCommand(nullptr), in Sema()40 ThisDeclInfo = new (Allocator) DeclInfo; in setDecl()41 ThisDeclInfo->CommentDecl = D; in setDecl()42 ThisDeclInfo->IsFilled = false; in setDecl()72 if (ThisDeclInfo) { in actOnBlockCommandFinish()314 ThisDeclInfo->TemplateParameters; in actOnTParamCommandParamNameArg()520 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment()559 assert(ThisDeclInfo && "should not call this check on a bare comment"); in checkReturnsCommand()566 assert(!ThisDeclInfo->ReturnType.isNull() && in checkReturnsCommand()568 if (ThisDeclInfo->ReturnType->isVoidType()) { in checkReturnsCommand()[all …]
541 auto *ThisDeclInfo = new (*this) comments::DeclInfo; in cloneFullComment() local542 ThisDeclInfo->CommentDecl = D; in cloneFullComment()543 ThisDeclInfo->IsFilled = false; in cloneFullComment()544 ThisDeclInfo->fill(); in cloneFullComment()545 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()546 if (!ThisDeclInfo->TemplateParameters) in cloneFullComment()547 ThisDeclInfo->TemplateParameters = FC->getDeclInfo()->TemplateParameters; in cloneFullComment()550 ThisDeclInfo); in cloneFullComment()
1079 DeclInfo *ThisDeclInfo; variable1084 Blocks(Blocks), ThisDeclInfo(D) { in FullComment()1106 return ThisDeclInfo->CommentDecl; in getDecl()1110 if (!ThisDeclInfo->IsFilled) in getDeclInfo()1111 ThisDeclInfo->fill(); in getDeclInfo()1112 return ThisDeclInfo; in getDeclInfo()
49 DeclInfo *ThisDeclInfo; variable