Home
last modified time | relevance | path

Searched refs:IsPolymorphicClass (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i274 ") IsPolymorphicClass;
288 ") IsPolymorphicClass;
290 IsPolymorphicClass ();
/llvm-project-15.0.7/lldb/examples/python/
H A Dtypes.py213 ) and type.IsPolymorphicClass():
245 if type.IsPolymorphicClass():
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h124 bool IsPolymorphicClass();
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp244 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType
249 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp207 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType
209 return m_type_system->IsPolymorphicClass(m_type); in IsPolymorphicClass()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h124 bool IsPolymorphicClass() const;
H A DTypeSystem.h441 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h604 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3509 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang