Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h41 eTypeProperties, enumerator
73 return GetType() == eTypeProperties; in ValueIsTransparent()
153 case 1u << eTypeProperties: in ConvertTypeMaskToType()
154 return eTypeProperties; in ConvertTypeMaskToType()
H A DOptionValueProperties.h33 Type GetType() const override { return eTypeProperties; } in GetType()
/llvm-project-15.0.7/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()