Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DImmutableList.h143 typedef FoldingSet<ListTy> CacheTy; typedef
145 CacheTy Cache;
DImmutableSet.h371 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef
373 CacheTy Cache;
/external/clang/lib/Lex/
DPTHLexer.cpp674 typedef OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in __anonee474b460211::PTHStatCache
675 CacheTy Cache;
687 CacheTy::iterator I = Cache.find(Path); in getStat()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp228 llvm::Type *CacheTy; member in __anonbfb9a2bf0111::ObjCCommonTypesHelper
4429 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()
4430 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()
5123 ObjCTypes.CacheTy, in GenerateClass()
/external/clang/lib/Serialization/
DASTReader.cpp904 typedef OnDiskChainedHashTable<ASTStatLookupTrait> CacheTy; typedef in __anon3409e94a0211::ASTStatCache
905 CacheTy *Cache;
912 Cache = CacheTy::Create(Buckets, Base); in ASTStatCache()
920 CacheTy::iterator I = Cache->find(Path); in getStat()