Searched refs:cloneFullComment (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 420 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext 454 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl() 470 return cloneFullComment(FC, D); in getCommentForDecl() 476 return cloneFullComment(FC, D); in getCommentForDecl() 485 return cloneFullComment(FC, D); in getCommentForDecl() 491 return cloneFullComment(FC, D); in getCommentForDecl() 497 return cloneFullComment(FC, D); in getCommentForDecl() 514 return cloneFullComment(FC, D); in getCommentForDecl() 528 return cloneFullComment(FC, D); in getCommentForDecl()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 714 comments::FullComment *cloneFullComment(comments::FullComment *FC,
|