Home
last modified time | relevance | path

Searched defs:GetAsDictionary (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp129 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary() function in OptionValue
135 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary() function in OptionValue
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h99 Dictionary *GetAsDictionary() { in GetAsDictionary() function