Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp175 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity() function in OptionValue
181 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity() function in OptionValue
385 if (const OptionValueFormatEntity *option_value = GetAsFormatEntity()) in GetFormatEntityValue()
479 if (OptionValueFormatEntity *option_value = GetAsFormatEntity()) { in SetFormatEntityValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h241 OptionValueFormatEntity *GetAsFormatEntity();
242 const OptionValueFormatEntity *GetAsFormatEntity() const;