Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp593 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext
627 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl()
643 return cloneFullComment(FC, D); in getCommentForDecl()
649 return cloneFullComment(FC, D); in getCommentForDecl()
658 return cloneFullComment(FC, D); in getCommentForDecl()
664 return cloneFullComment(FC, D); in getCommentForDecl()
670 return cloneFullComment(FC, D); in getCommentForDecl()
687 return cloneFullComment(FC, D); in getCommentForDecl()
701 return cloneFullComment(FC, D); in getCommentForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1006 comments::FullComment *cloneFullComment(comments::FullComment *FC,