Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h119 bool IsPolymorphicClass();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp200 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType
203 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h120 bool IsPolymorphicClass() const;
H A DTypeSystem.h424 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h605 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp221 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType
223 return m_type_system->IsPolymorphicClass(m_type); in IsPolymorphicClass()
H A DClangASTContext.cpp3712 bool ClangASTContext::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in ClangASTContext