Searched refs:RemoveKey (Results 1 – 2 of 2) sorted by relevance
193 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl195 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()202 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
81 void RemoveKey(StringMapEntryBase *V);85 StringMapEntryBase *RemoveKey(StringRef Key);414 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()