Searched refs:ThisDeclInfo (Results 1 – 4 of 4) sorted by relevance
72 if (ThisDeclInfo) { in actOnBlockCommandFinish()794 if (!ThisDeclInfo) in involvesFunctionType()802 if (!ThisDeclInfo) in isFunctionDecl()815 if (!ThisDeclInfo) in isFunctionOrMethodVariadic()828 if (!ThisDeclInfo) in isFunctionPointerVarDecl()842 if (!ThisDeclInfo) in isObjCPropertyDecl()850 if (!ThisDeclInfo) in isTemplateOrSpecialization()858 if (!ThisDeclInfo) in isRecordLikeDecl()867 if (!ThisDeclInfo) in isUnionDecl()884 if (!ThisDeclInfo) in isClassOrStructDecl()[all …]
539 auto *ThisDeclInfo = new (*this) comments::DeclInfo; in cloneFullComment() local540 ThisDeclInfo->CommentDecl = D; in cloneFullComment()541 ThisDeclInfo->IsFilled = false; in cloneFullComment()542 ThisDeclInfo->fill(); in cloneFullComment()543 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()544 if (!ThisDeclInfo->TemplateParameters) in cloneFullComment()545 ThisDeclInfo->TemplateParameters = FC->getDeclInfo()->TemplateParameters; in cloneFullComment()548 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