Searched refs:IsPolymorphicClass (Results 1 – 9 of 9) sorted by relevance
274 ") IsPolymorphicClass;288 ") IsPolymorphicClass;290 IsPolymorphicClass ();
211 ) and type.IsPolymorphicClass():243 if type.IsPolymorphicClass():
125 bool IsPolymorphicClass();
243 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType248 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
239 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType242 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
176 bool IsPolymorphicClass() const;
455 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
618 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
3548 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang