Searched refs:IsPolymorphicClass (Results 1 – 9 of 9) sorted by relevance
274 ") IsPolymorphicClass;288 ") IsPolymorphicClass;290 IsPolymorphicClass ();
213 ) and type.IsPolymorphicClass():245 if type.IsPolymorphicClass():
124 bool IsPolymorphicClass();
244 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType249 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
207 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType209 return m_type_system->IsPolymorphicClass(m_type); in IsPolymorphicClass()
124 bool IsPolymorphicClass() const;
441 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
604 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
3509 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang