Searched refs:CacheTy (Results 1 – 5 of 5) sorted by relevance
143 typedef FoldingSet<ListTy> CacheTy; typedef145 CacheTy Cache;
371 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef373 CacheTy Cache;
674 typedef OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in __anonee474b460211::PTHStatCache675 CacheTy Cache;687 CacheTy::iterator I = Cache.find(Path); in getStat()
228 llvm::Type *CacheTy; member in __anonbfb9a2bf0111::ObjCCommonTypesHelper4429 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()4430 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()5123 ObjCTypes.CacheTy, in GenerateClass()
904 typedef OnDiskChainedHashTable<ASTStatLookupTrait> CacheTy; typedef in __anon3409e94a0211::ASTStatCache905 CacheTy *Cache;912 Cache = CacheTy::Create(Buckets, Base); in ASTStatCache()920 CacheTy::iterator I = Cache->find(Path); in getStat()