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

/external/llvm/include/llvm/ADT/
H A DImmutableList.h142 typedef FoldingSet<ListTy> CacheTy; typedef in class:llvm::ImmutableListFactory
144 CacheTy Cache;
H A DImmutableSet.h370 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef in class:llvm::ImutAVLFactory
372 CacheTy Cache;
/external/clang/lib/Lex/
H A DPTHLexer.cpp699 typedef llvm::OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in class:__anon17948::PTHStatCache
700 CacheTy Cache;
711 CacheTy::iterator I = Cache.find(Path);
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp230 /// CacheTy - LLVM type for struct objc_cache.
231 llvm::Type *CacheTy; member in class:__anon17846::ObjCCommonTypesHelper
5097 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache");
5098 CachePtrTy = llvm::PointerType::getUnqual(CacheTy);
5770 ObjCTypes.CacheTy,

Completed in 59 milliseconds