Searched refs:GetCanonicalType (Results 1 – 14 of 14) sorted by relevance
487 base_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()500 vbase_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()523 member_compiler_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()622 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()627 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()704 variable_compiler_type.GetCanonicalType(), request); in PrivateAutoComplete()
357 return GetCanonicalType().GetBasicTypeEnumeration() == in IsNullPtrType()362 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()382 switch (GetCanonicalType().GetBasicTypeEnumeration()) { in IsPromotableIntegerType()415 return GetCanonicalType().GetTypeClass() & in IsRecordType()458 return GetCanonicalType().GetBasicTypeEnumeration() != in IsBasicType()464 auto canonical_name = GetCanonicalType().GetTypeName(); in TypeDescription()614 CompilerType CompilerType::GetCanonicalType() const { in GetCanonicalType() function in CompilerType617 return type_system_sp->GetCanonicalType(m_type); in GetCanonicalType()
1151 TypeImpl TypeImpl::GetCanonicalType() const { in GetCanonicalType() function in TypeImpl1155 return TypeImpl(m_static_type.GetCanonicalType(), in GetCanonicalType()1156 m_dynamic_type.GetCanonicalType()); in GetCanonicalType()1158 return TypeImpl(m_static_type.GetCanonicalType()); in GetCanonicalType()
193 lldb::SBType GetCanonicalType();
427 lldb::SBType SBType::GetCanonicalType() { in GetCanonicalType() function in SBType431 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetCanonicalType()))); in GetCanonicalType()
118 .GetCanonicalType() in GetElementType()
313 CompilerType GetCanonicalType() const;
262 virtual CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) = 0;
674 TypeImpl GetCanonicalType() const;
3232 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()3248 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()3264 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
495 is_num,is_sign = is_numeric_type(self.sbvalue.GetType().GetCanonicalType().GetBasicType())
761 CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) override;
4315 TypeSystemClang::GetCanonicalType(lldb::opaque_compiler_type_t type) { in GetCanonicalType() function in TypeSystemClang
69974 result = (arg1)->GetCanonicalType(); in _wrap_SBType_GetCanonicalType()