Searched refs:DeclRawComments (Results 1 – 2 of 2) sorted by relevance
417 auto DeclComment = DeclRawComments.find(D); in getRawCommentForAnyRedecl()418 if (DeclComment != DeclRawComments.end()) { in getRawCommentForAnyRedecl()435 auto CommentAtRedecl = DeclRawComments.find(RedeclComment->second); in getRawCommentForAnyRedecl()436 assert(CommentAtRedecl != DeclRawComments.end() && in getRawCommentForAnyRedecl()475 DeclRawComments.try_emplace(&OriginalD, &Comment); in cacheRawCommentForDecl()540 if (DeclRawComments.count(D) > 0) in attachCommentsToJustParsedDecls()
835 mutable llvm::DenseMap<const Decl *, const RawComment *> DeclRawComments; variable