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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3603 auto I = DeclCache.find(D->getCanonicalDecl());
3605 if (I != DeclCache.end()) {
3858 DeclCache[D->getCanonicalDecl()].reset(SP);
4618 auto Cached = DeclCache.find(D->getCanonicalDecl());
4619 if (Cached != DeclCache.end())
4669 DeclCache[D->getCanonicalDecl()].reset(GVE);
4742 auto &GV = DeclCache[VD];
4949 auto It = DeclCache.find(P.first);
4953 if (It == DeclCache.end())
H A DCGDebugInfo.h157 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> DeclCache; member in class:clang::DynamicInitKind::CGDebugInfo

Completed in 77 milliseconds