Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h42 eTypeProperties, enumerator
74 return GetType() == eTypeProperties; in ValueIsTransparent()
164 case 1u << eTypeProperties: in ConvertTypeMaskToType()
165 return eTypeProperties; in ConvertTypeMaskToType()
H A DOptionValueProperties.h33 Type GetType() const override { return eTypeProperties; } in GetType()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp203 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
209 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
488 case eTypeProperties: in GetBuiltinTypeAsCString()
H A DProperty.cpp27 case OptionValue::eTypeProperties: in Property()
H A DOptionValueArray.cpp44 case eTypeProperties: in DumpValue()
H A DOptionValueDictionary.cpp56 case eTypeProperties: in DumpValue()