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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp170 bool HasType = false; local
200 HasType = true;
302 if (HasType)
310 if (HasType)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp276 if (type_and_or_name.HasType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h409 bool HasType() const { return HasCompilerType(); } function in class:lldb_private::Type::TypeAndOrName
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp269 if (type_and_or_name.HasType()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1655 bool HasType = Record[i] == 6; local
1660 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr);

Completed in 99 milliseconds