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

  /external/llvm/include/llvm/ADT/
ImmutableList.h 142 typedef FoldingSet<ListTy> CacheTy;
144 CacheTy Cache;
ImmutableSet.h 370 typedef DenseMap<unsigned, TreeTy*> CacheTy;
372 CacheTy Cache;
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 699 typedef llvm::OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy;
700 CacheTy Cache;
711 CacheTy::iterator I = Cache.find(Path);
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 230 /// CacheTy - LLVM type for struct objc_cache.
231 llvm::Type *CacheTy;
    [all...]

Completed in 92 milliseconds