LLVM 20.0.0git
|
#include "llvm/ADT/StringMapEntry.h"
Public Member Functions | |
StringMapEntryStorage (size_t keyLength, std::nullopt_t=std::nullopt) | |
StringMapEntryStorage (StringMapEntryStorage &entry)=delete | |
std::nullopt_t | getValue () const |
Public Member Functions inherited from llvm::StringMapEntryBase | |
StringMapEntryBase (size_t keyLength) | |
size_t | getKeyLength () const |
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 88 of file StringMapEntry.h.
|
inlineexplicit |
Definition at line 90 of file StringMapEntry.h.
|
delete |
|
inline |
Definition at line 95 of file StringMapEntry.h.