Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h157 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> ImportedDeclCache; variable
H A DCGDebugInfo.cpp4033 auto IE = ImportedDeclCache.find(D->getCanonicalDecl()); in getDeclarationOrDefinition()
4035 if (IE != ImportedDeclCache.end()) { in getDeclarationOrDefinition()
5677 ImportedDeclCache[GD.getCanonicalDecl().getDecl()].reset(ImportDI); in EmitGlobalAlias()