Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h72 bool DeleteValueForKey(ConstString key);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp193 if (!DeleteValueForKey(key)) { in SetArgs()
316 bool OptionValueDictionary::DeleteValueForKey(ConstString key) { in DeleteValueForKey() function in OptionValueDictionary