Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h158 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> ImportedDeclCache; variable
H A DCGDebugInfo.cpp3870 auto IE = ImportedDeclCache.find(D->getCanonicalDecl()); in getDeclarationOrDefinition()
3872 if (IE != ImportedDeclCache.end()) { in getDeclarationOrDefinition()
5462 ImportedDeclCache[GD.getCanonicalDecl().getDecl()].reset(ImportDI); in EmitGlobalAlias()