Searched refs:cloneFullComment (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 470 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext 504 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl() 520 return cloneFullComment(FC, D); in getCommentForDecl() 526 return cloneFullComment(FC, D); in getCommentForDecl() 535 return cloneFullComment(FC, D); in getCommentForDecl() 541 return cloneFullComment(FC, D); in getCommentForDecl() 547 return cloneFullComment(FC, D); in getCommentForDecl() 564 return cloneFullComment(FC, D); in getCommentForDecl() 578 return cloneFullComment(FC, D); in getCommentForDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 831 comments::FullComment *cloneFullComment(comments::FullComment *FC,
|