Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h49 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueFileSpecList.h51 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueDictionary.h49 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueArray.h50 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValue.h119 virtual bool IsAggregateValue() const { return false; } in IsAggregateValue() function