Home
last modified time | relevance | path

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

/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()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h203 OptionValueBoolean *GetAsBoolean();
204 const OptionValueBoolean *GetAsBoolean() const;
/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()
/src/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp472 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1427 StructuredData::Boolean *boolean_val = obj_sp->GetAsBoolean(); in SetOptionsFromArray()