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

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h148 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
150 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy; typedef in class:llvm::ScopedHashTable
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) {

Completed in 59 milliseconds