Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp476 const Decl *const CanonicalDecl = OriginalD.getCanonicalDecl(); in cacheRawCommentForDecl() local
477 RedeclChainComments.try_emplace(CanonicalDecl, &OriginalD); in cacheRawCommentForDecl()
478 CommentlessRedeclChains.erase(CanonicalDecl); in cacheRawCommentForDecl()
5150 if (const UnresolvedUsingTypenameDecl *CanonicalDecl = in getUnresolvedUsingType() local
5152 if (CanonicalDecl->TypeForDecl) in getUnresolvedUsingType()
5153 return QualType(Decl->TypeForDecl = CanonicalDecl->TypeForDecl, 0); in getUnresolvedUsingType()