Searched refs:IsAggregateValue (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h46 bool IsAggregateValue() const override { return true; }
H A DOptionValueDictionary.h46 bool IsAggregateValue() const override { return true; }
H A DOptionValueFileSpecList.h51 bool IsAggregateValue() const override { return true; }
H A DOptionValueArray.h47 bool IsAggregateValue() const override { return true; }
H A DOptionValue.h107 virtual bool IsAggregateValue() const { return false; } function in class:lldb_private::OptionValue

Completed in 117 milliseconds