Searched refs:cloneFullComment (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 418 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext 453 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl() 469 return cloneFullComment(FC, D); in getCommentForDecl() 475 return cloneFullComment(FC, D); in getCommentForDecl() 484 return cloneFullComment(FC, D); in getCommentForDecl() 490 return cloneFullComment(FC, D); in getCommentForDecl() 496 return cloneFullComment(FC, D); in getCommentForDecl() 513 return cloneFullComment(FC, D); in getCommentForDecl() 527 return cloneFullComment(FC, D); in getCommentForDecl()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 625 comments::FullComment *cloneFullComment(comments::FullComment *FC,
|