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()318 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()590 if (ThisDeclInfo->ReturnType->isVoidType()) { in checkReturnsCommand()592 switch (ThisDeclInfo->CommentDecl->getKind()) { in checkReturnsCommand()[all …]
422 comments::DeclInfo *ThisDeclInfo = new (*this) comments::DeclInfo; in cloneFullComment() local423 ThisDeclInfo->CommentDecl = D; in cloneFullComment()424 ThisDeclInfo->IsFilled = false; in cloneFullComment()425 ThisDeclInfo->fill(); in cloneFullComment()426 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()427 if (!ThisDeclInfo->TemplateParameters) in cloneFullComment()428 ThisDeclInfo->TemplateParameters = FC->getDeclInfo()->TemplateParameters; in cloneFullComment()431 ThisDeclInfo); in cloneFullComment()
1099 DeclInfo *ThisDeclInfo; variable1104 Blocks(Blocks), ThisDeclInfo(D) { in FullComment()1126 return ThisDeclInfo->CommentDecl; in getDecl()1130 if (!ThisDeclInfo->IsFilled) in getDeclInfo()1131 ThisDeclInfo->fill(); in getDeclInfo()1132 return ThisDeclInfo; in getDeclInfo()
50 DeclInfo *ThisDeclInfo; variable