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.h842 mutable llvm::DenseMap<const Decl *, const Decl *> RedeclChainComments; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp431 auto RedeclComment = RedeclChainComments.find(CanonicalD); in getRawCommentForAnyRedecl()
432 if (RedeclComment != RedeclChainComments.end()) { in getRawCommentForAnyRedecl()
477 RedeclChainComments.try_emplace(CanonicalDecl, &OriginalD); in cacheRawCommentForDecl()