Searched refs:IsPolymorphicClass (Results 1 – 10 of 10) sorted by relevance
153 ) lldb::SBType::IsPolymorphicClass;
161 bool IsPolymorphicClass();
261 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType266 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
172 bool IsPolymorphicClass() const;
483 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
261 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType264 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
200 if (!type.IsPolymorphicClass()) { in TypeHasVTable()
697 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
3546 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
69560 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()