Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTContext.cpp390 auto DeclComment = DeclRawComments.find(D); in getRawCommentForAnyRedecl()
391 if (DeclComment != DeclRawComments.end()) { in getRawCommentForAnyRedecl()
408 auto CommentAtRedecl = DeclRawComments.find(RedeclComment->second); in getRawCommentForAnyRedecl()
409 assert(CommentAtRedecl != DeclRawComments.end() && in getRawCommentForAnyRedecl()
451 DeclRawComments.try_emplace(&OriginalD, &Comment); in cacheRawCommentForDecl()
518 if (DeclRawComments.count(D) > 0) in attachCommentsToJustParsedDecls()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h709 mutable llvm::DenseMap<const Decl *, const RawComment *> DeclRawComments; variable