Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp418 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()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h641 comments::FullComment *cloneFullComment(comments::FullComment *FC,