Home
last modified time | relevance | path

Searched refs:HasType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp47 if (m_dynamic_type_info.HasType()) in GetCompilerTypeImpl()
84 if (m_dynamic_type_info.HasType()) in GetDisplayTypeName()
94 if (success && m_dynamic_type_info.HasType()) { in CalculateNumChildren()
104 if (success && m_dynamic_type_info.HasType()) { in GetByteSize()
182 if (class_type_or_name.HasType()) { in UpdateValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp283 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp262 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h564 bool HasType() const { return HasTypeSP() || HasCompilerType(); } in HasType() function