Searched refs:IsPolymorphicClass (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h124 bool IsPolymorphicClass();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h116 bool IsPolymorphicClass() const;
H A DTypeSystem.h410 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h532 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp251 bool SBType::IsPolymorphicClass() { function in class:SBType
252 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsPolymorphicClass);
256 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass();
925 LLDB_REGISTER_METHOD(bool, SBType, IsPolymorphicClass, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp201 bool CompilerType::IsPolymorphicClass() const { function in class:CompilerType
203 return m_type_system->IsPolymorphicClass(m_type);
H A DClangASTContext.cpp3235 bool ClangASTContext::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i209 IsPolymorphicClass ();

Completed in 185 milliseconds