Lines Matching refs:RawComment
217 RawComment *ASTContext::getRawCommentForDeclNoCacheImpl( in getRawCommentForDeclNoCacheImpl()
219 const std::map<unsigned, RawComment *> &CommentsInTheFile) const { in getRawCommentForDeclNoCacheImpl()
241 RawComment *CommentBehindDecl = OffsetCommentBehindDecl->second; in getRawCommentForDeclNoCacheImpl()
264 RawComment *CommentBeforeDecl = OffsetCommentBeforeDecl->second; in getRawCommentForDeclNoCacheImpl()
295 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache()
320 if (RawComment *Comment = in getRawCommentForDeclNoCache()
328 void ASTContext::addComment(const RawComment &RC) { in addComment()
404 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl()
457 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()
473 const RawComment &Comment) const { in cacheRawCommentForDecl()
549 if (RawComment *const DocComment = getRawCommentForDeclNoCacheImpl( in attachCommentsToJustParsedDecls()
576 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()
602 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()