Result of a lookup, suitable as an insertion hint.
Declared in <llvm/ADT/TrieRawHashMap.h>
class PointerBase;
Maybe could be expanded into an iterator of sorts, but likely not useful (visiting everything in the trie should probably be done some way other than through an iterator pattern).
| Name | Description |
|---|---|
PointerBase [constructor] | Construct a null / empty lookup result. |
| Name | Description |
|---|---|
get | Return the content pointer when this is a data result, else null. |
| Name | Description |
|---|---|
llvm::ThreadSafeTrieRawHashMapBase | Base class for a lock-free thread-safe hash-mapped trie. |