Searched defs:CacheTy (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableList.h143 typedef FoldingSet<ListTy> CacheTy; typedef in class:llvm::ImmutableListFactory
145 CacheTy Cache;
H A DImmutableSet.h371 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef in class:llvm::ImutAVLFactory
373 CacheTy Cache;
/external/clang/lib/Lex/
H A DPTHLexer.cpp674 typedef OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in class:__anon129::PTHStatCache
675 CacheTy Cache;
687 CacheTy::iterator I = Cache.find(Path);
/external/clang/lib/Serialization/
H A DASTReader.cpp904 typedef OnDiskChainedHashTable<ASTStatLookupTrait> CacheTy; typedef in class:__anon3816::ASTStatCache
905 CacheTy *Cache;
912 Cache = CacheTy::Create(Buckets, Base);
920 CacheTy::iterator I = Cache->find(Path);
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp227 /// CacheTy - LLVM type for struct objc_cache.
228 llvm::Type *CacheTy; member in class:__anon56::ObjCCommonTypesHelper
4429 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache");
4430 CachePtrTy = llvm::PointerType::getUnqual(CacheTy);
5123 ObjCTypes.CacheTy,

Completed in 3346 milliseconds