Searched refs:CacheTy (Results 1 – 4 of 4) sorted by relevance
142 typedef FoldingSet<ListTy> CacheTy; typedef144 CacheTy Cache;
370 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef372 CacheTy Cache;
690 typedef llvm::OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in clang::PTHStatCache691 CacheTy Cache;702 CacheTy::iterator I = Cache.find(Path); in getStat()
231 llvm::Type *CacheTy; member in __anon90ffc6c50111::ObjCCommonTypesHelper5228 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()5229 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()5908 ObjCTypes.CacheTy, in GenerateClass()