Searched refs:this_type (Results 1 – 4 of 4) sorted by relevance
455 CompilerType this_type(m_opaque_sp->GetCompilerType(true)); in GetEnumMembers() local456 if (this_type.IsValid()) { in GetEnumMembers()457 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers()478 CompilerType this_type(m_opaque_sp->GetCompilerType(false)); in GetFieldAtIndex() local479 if (this_type.IsValid()) { in GetFieldAtIndex()484 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
844 Type *this_type = this_var->GetType(); in LookUpLldbClass() local846 if (!this_type) in LookUpLldbClass()850 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()856 TypeFromUser this_user_type(this_type->GetFullCompilerType()); in LookUpLldbClass()
2949 Type *this_type = in ParseChildParameters() local2951 if (this_type) { in ParseChildParameters()2952 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()
201 CompilerType this_type(valobj.GetCompilerType()); in GetVTableAddress() local202 uint32_t type_info = this_type.GetTypeInfo(&pointee_type); in GetVTableAddress()