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().
|
inline |
Definition at line 99 of file ScopedHashTable.h.
|
inline |
Definition at line 100 of file ScopedHashTable.h.
|
friend |
Definition at line 103 of file ScopedHashTable.h.