Lines Matching refs:RawComment
199 RawComment *ASTContext::getRawCommentForDeclNoCacheImpl( in getRawCommentForDeclNoCacheImpl()
201 const std::map<unsigned, RawComment *> &CommentsInTheFile) const { in getRawCommentForDeclNoCacheImpl()
223 RawComment *CommentBehindDecl = OffsetCommentBehindDecl->second; in getRawCommentForDeclNoCacheImpl()
246 RawComment *CommentBeforeDecl = OffsetCommentBeforeDecl->second; in getRawCommentForDeclNoCacheImpl()
277 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache()
301 void ASTContext::addComment(const RawComment &RC) { in addComment()
377 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl()
433 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()
449 const RawComment &Comment) const { in cacheRawCommentForDecl()
521 if (RawComment *const DocComment = in attachCommentsToJustParsedDecls()
546 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()
572 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()