Searched refs:ThisDeclInfo (Results 1 – 1 of 1) sorted by relevance
562 auto *ThisDeclInfo = new (*this) comments::DeclInfo; in cloneFullComment() local563 ThisDeclInfo->CommentDecl = D; in cloneFullComment()564 ThisDeclInfo->IsFilled = false; in cloneFullComment()565 ThisDeclInfo->fill(); in cloneFullComment()566 ThisDeclInfo->CommentDecl = FC->getDecl(); in cloneFullComment()567 if (!ThisDeclInfo->TemplateParameters) in cloneFullComment()568 ThisDeclInfo->TemplateParameters = FC->getDeclInfo()->TemplateParameters; in cloneFullComment()571 ThisDeclInfo); in cloneFullComment()