Searched refs:cloneFullComment (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 557 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext 591 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl() 607 return cloneFullComment(FC, D); in getCommentForDecl() 613 return cloneFullComment(FC, D); in getCommentForDecl() 622 return cloneFullComment(FC, D); in getCommentForDecl() 628 return cloneFullComment(FC, D); in getCommentForDecl() 634 return cloneFullComment(FC, D); in getCommentForDecl() 651 return cloneFullComment(FC, D); in getCommentForDecl() 665 return cloneFullComment(FC, D); in getCommentForDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 884 comments::FullComment *cloneFullComment(comments::FullComment *FC,
|