Searched refs:eTypeString (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h20 OptionValue::ConvertTypeToMask(OptionValue::eTypeString)) {}
H A DOptionValue.h42 eTypeString, enumerator in enum:lldb_private::OptionValue::Type
154 case 1u << eTypeString:
155 return eTypeString;
H A DOptionValueString.h76 OptionValue::Type GetType() const override { return eTypeString; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp238 if (GetType() == OptionValue::eTypeString)
244 if (GetType() == OptionValue::eTypeString)
491 case eTypeString:
531 case 1u << eTypeString:
H A DOptionValueArray.cpp57 case eTypeString:
H A DProperty.cpp206 case OptionValue::eTypeString:
H A DOptionValueDictionary.cpp68 case eTypeString:

Completed in 192 milliseconds