Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h42 eTypeProperties, enumerator
81 return GetType() == eTypeProperties; in ValueIsTransparent()
162 case 1u << eTypeProperties: in ConvertTypeMaskToType()
163 return eTypeProperties; in ConvertTypeMaskToType()
H A DOptionValueProperties.h36 Type GetType() const override { return eTypeProperties; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp205 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
211 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
488 case eTypeProperties: in GetBuiltinTypeAsCString()
H A DProperty.cpp27 case OptionValue::eTypeProperties: in Property()
H A DOptionValueArray.cpp46 case eTypeProperties: in DumpValue()
H A DOptionValueDictionary.cpp56 case eTypeProperties: in DumpValue()