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.h171 bool IsPolymorphicClass() const;
H A DTypeSystem.h474 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp259 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType
262 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp202 if (!type.IsPolymorphicClass()) { in TypeHasVTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h700 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3503 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68292 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()