Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp537 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() function in ASTContext
571 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl()
587 return cloneFullComment(FC, D); in getCommentForDecl()
593 return cloneFullComment(FC, D); in getCommentForDecl()
602 return cloneFullComment(FC, D); in getCommentForDecl()
608 return cloneFullComment(FC, D); in getCommentForDecl()
614 return cloneFullComment(FC, D); in getCommentForDecl()
631 return cloneFullComment(FC, D); in getCommentForDecl()
645 return cloneFullComment(FC, D); in getCommentForDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h907 comments::FullComment *cloneFullComment(comments::FullComment *FC,