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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h158 llvm::DenseMap<const NamespaceDecl *, llvm::TrackingMDRef> NamespaceCache; member in class:clang::DynamicInitKind::CGDebugInfo
H A DCGDebugInfo.cpp4879 auto I = NamespaceCache.find(NSDecl);
4880 if (I != NamespaceCache.end())
4887 NamespaceCache[NSDecl].reset(NS);

Completed in 78 milliseconds