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;
667 typedef OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in __anon51245e480211::PTHStatCache668 CacheTy Cache;680 CacheTy::iterator I = Cache.find(Path); in getStat()
230 llvm::Type *CacheTy; member in __anoncb64e7010111::ObjCCommonTypesHelper5118 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()5119 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()5802 ObjCTypes.CacheTy, in GenerateClass()