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()
171 bool IsPolymorphicClass() const;
474 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
259 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType262 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
202 if (!type.IsPolymorphicClass()) { in TypeHasVTable()
700 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
3503 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
68292 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()