14 #ifndef LLVM_ADT_STRINGSET_H
15 #define LLVM_ADT_STRINGSET_H
22 template <
class AllocatorTy = llvm::MallocAllocator>
34 #endif // LLVM_ADT_STRINGSET_H
std::pair< typename base::iterator, bool > insert(StringRef Key)
bool insert(MapEntryTy *KeyValue)
insert - Insert the specified key/value pair into the map.
StringMap - This is an unconventional map that is specialized for handling keys that are "strings"...
StringSet - A wrapper for StringMap that provides set-like functionality.
StringRef - Represent a constant reference to a string, i.e.
bool empty() const
empty - Check if the string is empty.