Home
last modified time | relevance | path

Searched refs:GetAsArgs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h193 OptionValueArgs *GetAsArgs();
194 const OptionValueArgs *GetAsArgs() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp193 const OptionValueArgs *arguments = value->GetAsArgs(); in GetPropertyAtIndexAsArgs()
224 OptionValueArgs *arguments = value->GetAsArgs(); in SetPropertyAtIndexFromArgs()
H A DOptionValue.cpp115 OptionValueArgs *OptionValue::GetAsArgs() { in GetAsArgs() function in OptionValue
121 const OptionValueArgs *OptionValue::GetAsArgs() const { in GetAsArgs() function in OptionValue