LLVM 20.0.0git
|
#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 85 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 235 of file ScopedHashTable.h.
References assert(), llvm::ScopedHashTableVal< K, V >::Destroy(), llvm::ScopedHashTableVal< K, V >::getNextForKey(), and llvm::ScopedHashTableVal< K, V >::getNextInScope().
|
inline |
Definition at line 102 of file ScopedHashTable.h.
|
inline |
Definition at line 103 of file ScopedHashTable.h.
|
delete |
|
friend |
Definition at line 103 of file ScopedHashTable.h.