Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i274 ") IsPolymorphicClass;
288 ") IsPolymorphicClass;
290 IsPolymorphicClass ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp250 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType
251 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsPolymorphicClass); in IsPolymorphicClass()
255 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
953 LLDB_REGISTER_METHOD(bool, SBType, IsPolymorphicClass, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h124 bool IsPolymorphicClass();
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h124 bool IsPolymorphicClass() const;
H A DTypeSystem.h432 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h612 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3485 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58647 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()