Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h40 eTypeProperties, enumerator
72 return GetType() == eTypeProperties; in ValueIsTransparent()
151 case 1u << eTypeProperties: in ConvertTypeMaskToType()
152 return eTypeProperties; in ConvertTypeMaskToType()
DOptionValueProperties.h35 Type GetType() const override { return eTypeProperties; } in GetType()
/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp203 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
209 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
488 case eTypeProperties: in GetBuiltinTypeAsCString()
DProperty.cpp28 case OptionValue::eTypeProperties: in Property()
DOptionValueArray.cpp45 case eTypeProperties: in DumpValue()
DOptionValueDictionary.cpp55 case eTypeProperties: in DumpValue()