Searched refs:cloneFullComment (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 421 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext 455 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl() 471 return cloneFullComment(FC, D); in getCommentForDecl() 477 return cloneFullComment(FC, D); in getCommentForDecl() 486 return cloneFullComment(FC, D); in getCommentForDecl() 492 return cloneFullComment(FC, D); in getCommentForDecl() 498 return cloneFullComment(FC, D); in getCommentForDecl() 515 return cloneFullComment(FC, D); in getCommentForDecl() 529 return cloneFullComment(FC, D); in getCommentForDecl()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 724 comments::FullComment *cloneFullComment(comments::FullComment *FC,
|