HomeSort by relevance Sort by last modified time
    Searched refs:RemoveKey (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
StringMap.cpp 156 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
158 void StringMapImpl::RemoveKey(StringMapEntryBase *V) {
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) {
  /external/llvm/include/llvm/ADT/
StringMap.h 86 /// 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);
382 RemoveKey(KeyValue);

Completed in 64 milliseconds