Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3716 auto I = DeclCache.find(D->getCanonicalDecl()); in getDeclarationOrDefinition()
3718 if (I != DeclCache.end()) { in getDeclarationOrDefinition()
3973 DeclCache[D->getCanonicalDecl()].reset(SP); in emitFunctionStart()
4781 auto Cached = DeclCache.find(D->getCanonicalDecl()); in EmitGlobalVariable()
4782 if (Cached != DeclCache.end()) in EmitGlobalVariable()
4832 DeclCache[D->getCanonicalDecl()].reset(GVE); in EmitGlobalVariable()
4896 auto &GV = DeclCache[VD]; in EmitGlobalVariable()
5105 auto It = DeclCache.find(P.first); in finalize()
5109 if (It == DeclCache.end()) in finalize()
H A DCGDebugInfo.h157 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> DeclCache; variable