Home
last modified time | relevance | path

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

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