Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i274 ") IsPolymorphicClass;
288 ") IsPolymorphicClass;
290 IsPolymorphicClass ();
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dtypes.py211 ) and type.IsPolymorphicClass():
243 if type.IsPolymorphicClass():
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h125 bool IsPolymorphicClass();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp243 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType
248 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp239 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType
242 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h176 bool IsPolymorphicClass() const;
H A DTypeSystem.h455 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h618 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3548 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang