Home
last modified time | relevance | path

Searched refs:CacheTy (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ADT/
HDImmutableList.h142 typedef FoldingSet<ListTy> CacheTy; typedef
144 CacheTy Cache;
HDImmutableSet.h370 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef
372 CacheTy Cache;
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPTHLexer.cpp690 typedef llvm::OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in clang::PTHStatCache
691 CacheTy Cache;
702 CacheTy::iterator I = Cache.find(Path); in getStat()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp231 llvm::Type *CacheTy; member in __anonb2414f100111::ObjCCommonTypesHelper
5052 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()
5053 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()
5725 ObjCTypes.CacheTy, in GenerateClass()