Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp43 OptionValueBoolean *OptionValue::GetAsBoolean() { in SetSubValue()
49 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean()
273 if (const OptionValueBoolean *option_value = GetAsBoolean()) in GetBooleanValue()
280 if (OptionValueBoolean *option_value = GetAsBoolean()) { in SetBooleanValue()
45 OptionValueBoolean *OptionValue::GetAsBoolean() { GetAsBoolean() function in OptionValue
51 const OptionValueBoolean *OptionValue::GetAsBoolean() const { GetAsBoolean() function in OptionValue
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h204 OptionValueBoolean *GetAsBoolean();
205 const OptionValueBoolean *GetAsBoolean() const;
/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()
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h96 Boolean *GetAsBoolean() { in GetAsBoolean() function
/llvm-project/lldb/source/API/
H A DSBThread.cpp478 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1442 StructuredData::Boolean *boolean_val = obj_sp->GetAsBoolean(); in SetOptionsFromArray()