Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h48 eTypeProperties, enumerator
84 return GetType() == eTypeProperties; in ValueIsTransparent()
173 case 1u << eTypeProperties: in ConvertTypeMaskToType()
174 return eTypeProperties; in ConvertTypeMaskToType()
H A DOptionValueProperties.h32 Type GetType() const override { return eTypeProperties; } in GetType()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp202 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
208 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
511 case eTypeProperties: in GetBuiltinTypeAsCString()
H A DProperty.cpp27 case OptionValue::eTypeProperties: in Property()
H A DOptionValueArray.cpp44 case eTypeProperties: in DumpValue()
H A DOptionValueDictionary.cpp60 case eTypeProperties: in DumpValue()