Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h69 bool DeleteValueForKey(ConstString key);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp182 if (!DeleteValueForKey(key)) { in SetArgs()
305 bool OptionValueDictionary::DeleteValueForKey(ConstString key) { in DeleteValueForKey() function in OptionValueDictionary