Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp531 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext
565 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl()
581 return cloneFullComment(FC, D); in getCommentForDecl()
587 return cloneFullComment(FC, D); in getCommentForDecl()
596 return cloneFullComment(FC, D); in getCommentForDecl()
602 return cloneFullComment(FC, D); in getCommentForDecl()
608 return cloneFullComment(FC, D); in getCommentForDecl()
625 return cloneFullComment(FC, D); in getCommentForDecl()
639 return cloneFullComment(FC, D); in getCommentForDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h852 comments::FullComment *cloneFullComment(comments::FullComment *FC,