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()320 ThisDeclInfo->TemplateParameters; in actOnTParamCommandParamNameArg()548 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment()587 assert(ThisDeclInfo && "should not call this check on a bare comment"); in checkReturnsCommand()594 assert(!ThisDeclInfo->ReturnType.isNull() && in checkReturnsCommand()596 if (ThisDeclInfo->ReturnType->isVoidType()) { in checkReturnsCommand()[all …]
533 auto *ThisDeclInfo = new (*this) comments::DeclInfo; in cloneFullComment() local534 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()
1093 DeclInfo *ThisDeclInfo; variable1098 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()
49 DeclInfo *ThisDeclInfo; variable