Home | History | Annotate | Download | only in AST

Lines Matching refs:ThisDeclInfo

405   comments::DeclInfo *ThisDeclInfo = new (*this) comments::DeclInfo;
406 ThisDeclInfo->CommentDecl = D;
407 ThisDeclInfo->IsFilled = false;
408 ThisDeclInfo->fill();
409 ThisDeclInfo->CommentDecl = FC->getDecl();
412 ThisDeclInfo);