Searched refs:IsPolymorphicClass (Results 1 – 10 of 10) sorted by relevance
153 ) lldb::SBType::IsPolymorphicClass;
130 bool IsPolymorphicClass();
243 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType248 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
171 bool IsPolymorphicClass() const;
445 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
238 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType241 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
202 if (!type.IsPolymorphicClass()) { in TypeHasVTable()
689 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
3466 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
65094 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()