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.cpp690 typedef llvm::OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in class:clang::PTHStatCache
691 CacheTy Cache;
702 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:__anon1303::ObjCCommonTypesHelper
5228 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache");
5229 CachePtrTy = llvm::PointerType::getUnqual(CacheTy);
5908 ObjCTypes.CacheTy,

Completed in 94 milliseconds