|
LLVM 23.0.0git
|
#include "llvm/ADT/StringMapEntry.h"
Public Member Functions | |
| StringMapEntryStorage (size_t keyLength, EmptyStringSetTag={}) | |
| StringMapEntryStorage (StringMapEntryStorage &entry)=delete | |
| EmptyStringSetTag | getValue () const |
| void | setValue (const EmptyStringSetTag &V) |
| Public Member Functions inherited from llvm::StringMapEntryBase | |
| StringMapEntryBase (size_t keyLength) | |
| size_t | getKeyLength () const |
Public Attributes | |
| EmptyStringSetTag | second |
Additional Inherited Members | |
| Static Protected Member Functions inherited from llvm::StringMapEntryBase | |
| template<typename AllocatorTy> | |
| static void * | allocateWithKey (size_t EntrySize, size_t EntryAlign, StringRef Key, AllocatorTy &Allocator) |
Helper to tail-allocate Key. | |
Definition at line 91 of file StringMapEntry.h.
|
inlineexplicit |
Definition at line 93 of file StringMapEntry.h.
Referenced by StringMapEntryStorage().
|
delete |
References StringMapEntryStorage().
|
inline |
Definition at line 97 of file StringMapEntry.h.
|
inline |
Definition at line 87 of file StringMapEntry.h.
Definition at line 74 of file StringMapEntry.h.