Home
last modified time | relevance | path

Searched refs:DeleteValueForKey (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h74 bool DeleteValueForKey(const ConstString &key);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp182 if (!DeleteValueForKey(key)) { in SetArgs()
305 bool OptionValueDictionary::DeleteValueForKey(const ConstString &key) { in DeleteValueForKey() function in OptionValueDictionary