Home
last modified time | relevance | path

Searched refs:cloneFullComment (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp420 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/
DASTContext.h714 comments::FullComment *cloneFullComment(comments::FullComment *FC,