LLVM
8.0.1
|
#include "llvm/ADT/ScopedHashTable.h"
Public Member Functions | |
ScopedHashTableScope (ScopedHashTable< K, V, KInfo, AllocatorTy > &HT) | |
ScopedHashTableScope (ScopedHashTableScope &)=delete | |
ScopedHashTableScope & | operator= (ScopedHashTableScope &)=delete |
~ScopedHashTableScope () | |
ScopedHashTableScope * | getParentScope () |
const ScopedHashTableScope * | getParentScope () const |
Friends | |
class | ScopedHashTable< K, V, KInfo, AllocatorTy > |
Definition at line 86 of file ScopedHashTable.h.
llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::ScopedHashTableScope | ( | ScopedHashTable< K, V, KInfo, AllocatorTy > & | HT | ) |
|
delete |
llvm::ScopedHashTableScope< K, V, KInfo, Allocator >::~ScopedHashTableScope | ( | ) |
Definition at line 237 of file ScopedHashTable.h.
References assert(), and llvm::ScopedHashTableVal< K, V >::getNextForKey().
|
inline |
Definition at line 103 of file ScopedHashTable.h.
|
inline |
Definition at line 104 of file ScopedHashTable.h.
|
delete |
|
friend |
Definition at line 107 of file ScopedHashTable.h.