Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i153 ) lldb::SBType::IsPolymorphicClass;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h161 bool IsPolymorphicClass();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp261 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType
266 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h172 bool IsPolymorphicClass() const;
H A DTypeSystem.h483 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp261 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType
264 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp200 if (!type.IsPolymorphicClass()) { in TypeHasVTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h697 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3546 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69560 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()