Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h250 OptionValueFormatEntity *GetAsFormatEntity();
252 const OptionValueFormatEntity *GetAsFormatEntity() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp178 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity() function in OptionValue
184 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity() function in OptionValue
379 const OptionValueFormatEntity *option_value = GetAsFormatEntity(); in GetFormatEntity()