Searched refs:IsPolymorphicClass (Results 1 – 7 of 7) sorted by relevance
119 bool IsPolymorphicClass();
200 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType203 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
120 bool IsPolymorphicClass() const;
424 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
605 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
221 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType223 return m_type_system->IsPolymorphicClass(m_type); in IsPolymorphicClass()
3712 bool ClangASTContext::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in ClangASTContext