Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h862 void cacheRawCommentForDecl(const Decl &OriginalD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp472 void ASTContext::cacheRawCommentForDecl(const Decl &OriginalD, in cacheRawCommentForDecl() argument
475 DeclRawComments.try_emplace(&OriginalD, &Comment); in cacheRawCommentForDecl()
476 const Decl *const CanonicalDecl = OriginalD.getCanonicalDecl(); in cacheRawCommentForDecl()
477 RedeclChainComments.try_emplace(CanonicalDecl, &OriginalD); in cacheRawCommentForDecl()