Home
last modified time | relevance | path

Searched refs:GetAsBoolean (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp45 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsBoolean() function in OptionValue
51 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean() function in OptionValue
275 if (const OptionValueBoolean *option_value = GetAsBoolean()) in GetBooleanValue()
282 if (OptionValueBoolean *option_value = GetAsBoolean()) { in SetBooleanValue()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h203 OptionValueBoolean *GetAsBoolean();
204 const OptionValueBoolean *GetAsBoolean() const;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h141 Boolean *GetAsBoolean() { in GetAsBoolean() function
148 Boolean *b = GetAsBoolean();
427 Boolean *result_ptr = value_sp->GetAsBoolean(); in GetValueForKeyAsBoolean()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp472 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()