Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dtypes.py135 … if member_idx == 0 and member_offset == target.GetAddressByteSize() and type.IsPolymorphicClass():
160 if type.IsPolymorphicClass():
/external/lldb/source/API/
DSBType.cpp207 SBType::IsPolymorphicClass () in IsPolymorphicClass() function in SBType
211 return m_opaque_sp->GetClangASTType().IsPolymorphicClass(); in IsPolymorphicClass()
/external/lldb/include/lldb/API/
DSBType.h97 IsPolymorphicClass ();
/external/lldb/scripts/Python/interface/
DSBType.i169 IsPolymorphicClass ();
/external/lldb/include/lldb/Symbol/
DClangASTType.h180 IsPolymorphicClass () const;
/external/lldb/source/Symbol/
DClangASTType.cpp685 ClangASTType::IsPolymorphicClass () const in IsPolymorphicClass() function in ClangASTType
/external/lldb/www/python_reference/
Dapi-objects.txt3876 lldb.SBType.IsPolymorphicClass lldb.SBType-class.html#IsPolymorphicClass