Home
last modified time | relevance | path

Searched refs:ThisDeclInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp562 auto *ThisDeclInfo = new (*this) comments::DeclInfo; in cloneFullComment() local
563 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()