Searched refs:RemoveKey (Results 1 – 2 of 2) sorted by relevance
181 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl183 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()190 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
72 void RemoveKey(StringMapEntryBase *V);76 StringMapEntryBase *RemoveKey(StringRef Key);368 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()