LLVM API Documentation
#include <ScopedHashTable.h>
Public Member Functions | |
ScopedHashTableScope (ScopedHashTable< K, V, KInfo, AllocatorTy > &HT) | |
~ScopedHashTableScope () | |
ScopedHashTableScope * | getParentScope () |
const ScopedHashTableScope * | getParentScope () const |
Friends | |
class | ScopedHashTable< K, V, KInfo, AllocatorTy > |
Definition at line 83 of file ScopedHashTable.h.
llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::ScopedHashTableScope | ( | ScopedHashTable< K, V, KInfo, AllocatorTy > & | HT | ) |
llvm::ScopedHashTableScope< K, V, KInfo, Allocator >::~ScopedHashTableScope | ( | ) |
Definition at line 229 of file ScopedHashTable.h.
References llvm::ScopedHashTableVal< K, V >::Destroy(), llvm::ScopedHashTableVal< K, V >::getNextForKey(), and llvm::ScopedHashTableVal< K, V >::getNextInScope().
ScopedHashTableScope* llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::getParentScope | ( | ) | [inline] |
Definition at line 99 of file ScopedHashTable.h.
const ScopedHashTableScope* llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::getParentScope | ( | ) | const [inline] |
Definition at line 100 of file ScopedHashTable.h.
friend class ScopedHashTable< K, V, KInfo, AllocatorTy > [friend] |
Definition at line 103 of file ScopedHashTable.h.