Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/bindings/interface/
HDSBTypeDocstrings.i153 ) lldb::SBType::IsPolymorphicClass;
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBType.h161 bool IsPolymorphicClass();
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBType.cpp261 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType
266 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h171 bool IsPolymorphicClass() const;
HDTypeSystem.h474 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp259 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType
262 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp202 if (!type.IsPolymorphicClass()) { in TypeHasVTable()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h700 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
HDTypeSystemClang.cpp3503 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp68292 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()