Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h41 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueFileSpecList.h46 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueDictionary.h46 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValueArray.h44 bool IsAggregateValue() const override { return true; } in IsAggregateValue() function
H A DOptionValue.h110 virtual bool IsAggregateValue() const { return false; } in IsAggregateValue() function