Home
last modified time | relevance | path

Searched defs:IsAggregateValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h43 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueDictionary.h51 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueFileSpecList.h46 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueArray.h46 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValue.h130 virtual bool IsAggregateValue() const { return false; } IsAggregateValue() function