Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h261 OptionValueFormatEntity *GetAsFormatEntity();
263 const OptionValueFormatEntity *GetAsFormatEntity() const;
/openbsd-src/gnu/llvm/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()