HomeSort by relevance Sort by last modified time
    Searched refs:CacheTy (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableList.h 143 typedef FoldingSet<ListTy> CacheTy;
145 CacheTy Cache;
ImmutableSet.h 371 typedef DenseMap<unsigned, TreeTy*> CacheTy;
373 CacheTy Cache;
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 674 typedef OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy;
675 CacheTy Cache;
687 CacheTy::iterator I = Cache.find(Path);
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 227 /// CacheTy - LLVM type for struct objc_cache.
228 llvm::Type *CacheTy;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 898 typedef OnDiskChainedHashTable<ASTStatLookupTrait> CacheTy;
899 CacheTy *Cache;
906 Cache = CacheTy::Create(Buckets, Base);
914 CacheTy::iterator I = Cache->find(Path);
    [all...]

Completed in 500 milliseconds