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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h70 /// ObjCInterfaceCache - Cache of previously constructed interfaces
72 llvm::DenseMap<void *, std::pair<llvm::WeakVH, unsigned> > ObjCInterfaceCache; member in class:clang::CodeGen::CGDebugInfo
H A DCGDebugInfo.cpp2004 ::iterator it1 = ObjCInterfaceCache.find(Ty.getAsOpaquePtr());
2006 if (it1 != ObjCInterfaceCache.end())
2044 // the ObjCInterfaceCache together with a checksum. Instead of
2047 std::pair<llvm::WeakVH, unsigned> &V = ObjCInterfaceCache[TyPtr];

Completed in 104 milliseconds