One key/value binding stored in a ScopedHashTable scope.
Synopsis
Declared in <llvm/ADT/ScopedHashTable.h>
template<
typename K,
typename V>
class ScopedHashTableVal;
Member Functions
Name |
Description |
Destroy this binding and return its storage to |
|
Return the key for this binding. |
|
|
|
Next binding inserted in the same scope, or null. |
|
Previous binding inserted in the same scope, or null. |
|
|