Searched refs:IsPolymorphicClass (Results 1 – 9 of 9) sorted by relevance
274 ") IsPolymorphicClass;288 ") IsPolymorphicClass;290 IsPolymorphicClass ();
250 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType251 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsPolymorphicClass); in IsPolymorphicClass()255 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()953 LLDB_REGISTER_METHOD(bool, SBType, IsPolymorphicClass, ()); in RegisterMethods()
124 bool IsPolymorphicClass();
207 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType209 return m_type_system->IsPolymorphicClass(m_type); in IsPolymorphicClass()
124 bool IsPolymorphicClass() const;
432 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
612 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
3485 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
58647 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()