HomeSort by relevance Sort by last modified time
    Searched defs:ScopeTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 147 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
149 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
155 ScopeTy *CurScope;
202 ScopeTy *getCurScope() { return CurScope; }
203 const ScopeTy *getCurScope() const { return CurScope; }
209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ScopedHashTable.h 148 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
150 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
154 ScopeTy *CurScope;
202 ScopeTy *getCurScope() { return CurScope; }
203 const ScopeTy *getCurScope() const { return CurScope; }
209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {

Completed in 478 milliseconds