Searched refs:RemoveKey (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DStringMap.cpp156 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
158 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { function in class:StringMapImpl
160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
165 /// RemoveKey - Remove the StringMapEntry for the specified key from the
167 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { function in class:StringMapImpl
/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DStringMap.h86 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
88 void RemoveKey(StringMapEntryBase *V);
90 /// RemoveKey - Remove the StringMapEntry for the specified key from the
92 StringMapEntryBase *RemoveKey(StringRef Key);
390 RemoveKey(KeyValue);

Completed in 238 milliseconds