Searched refs:GetIsBitfield (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h357 bool GetIsBitfield() const { return m_is_bitfield; } function in class:lldb_private::Type::TypeMemberImpl
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp698 return m_opaque_up->GetIsBitfield();
733 if (m_opaque_up->GetIsBitfield()) {

Completed in 439 milliseconds