Searched refs:cloneFullComment (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 560 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext 594 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl() 610 return cloneFullComment(FC, D); in getCommentForDecl() 616 return cloneFullComment(FC, D); in getCommentForDecl() 625 return cloneFullComment(FC, D); in getCommentForDecl() 631 return cloneFullComment(FC, D); in getCommentForDecl() 637 return cloneFullComment(FC, D); in getCommentForDecl() 654 return cloneFullComment(FC, D); in getCommentForDecl() 668 return cloneFullComment(FC, D); in getCommentForDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 913 comments::FullComment *cloneFullComment(comments::FullComment *FC,
|