Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp153 OptionValueFormat *OptionValue::GetAsFormat() { in GetAsFormat() function in OptionValue
159 const OptionValueFormat *OptionValue::GetAsFormat() const { in GetAsFormat() function in OptionValue
355 if (const OptionValueFormat *option_value = GetAsFormat()) in GetFormatValue()
362 if (OptionValueFormat *option_value = GetAsFormat()) { in SetFormatValue()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h221 OptionValueFormat *GetAsFormat();
222 const OptionValueFormat *GetAsFormat() const;