Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp151 OptionValueFormat *OptionValue::GetAsFormat() { in GetAsFormat() function in OptionValue
157 const OptionValueFormat *OptionValue::GetAsFormat() const { in GetAsFormat() function in OptionValue
353 if (const OptionValueFormat *option_value = GetAsFormat()) in GetFormatValue()
360 if (OptionValueFormat *option_value = GetAsFormat()) { in SetFormatValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h214 OptionValueFormat *GetAsFormat();
215 const OptionValueFormat *GetAsFormat() const;