Searched refs:cloneFullComment (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 531 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 827 comments::FullComment *cloneFullComment(comments::FullComment *FC,
|