Searched refs:HasType (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp46 if (m_dynamic_type_info.HasType())
83 if (m_dynamic_type_info.HasType())
93 if (success && m_dynamic_type_info.HasType()) {
103 if (success && m_dynamic_type_info.HasType()) {
181 if (class_type_or_name.HasType()) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp210 bool HasType = false; local
245 HasType = true;
350 if (HasType)
358 if (HasType)
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h411 bool HasType() const { return HasCompilerType(); } function in class:lldb_private::Type::TypeAndOrName
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp275 if (type_and_or_name.HasType()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp281 if (type_and_or_name.HasType()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1646 bool HasType = Record[i] == 6; local
1651 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr);

Completed in 145 milliseconds