Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h935 mutable llvm::DenseMap<const Decl *, const Decl *> RedeclChainComments; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp450 auto RedeclComment = RedeclChainComments.find(CanonicalD); in getRawCommentForAnyRedecl()
451 if (RedeclComment != RedeclChainComments.end()) { in getRawCommentForAnyRedecl()
510 RedeclChainComments.try_emplace(CanonicalDecl, &OriginalD); in cacheRawCommentForDecl()