Searched refs:GetBasicTypeEnumeration (Results 1 – 10 of 10) sorted by relevance
355 return GetCanonicalType().GetBasicTypeEnumeration() == in IsNullPtrType()360 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()380 switch (GetCanonicalType().GetBasicTypeEnumeration()) { in IsPromotableIntegerType()406 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()456 return GetCanonicalType().GetBasicTypeEnumeration() != in IsBasicType()811 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType814 return type_system_sp->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
405 lldb::BasicType GetBasicTypeEnumeration() const;
328 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
211 static lldb::BasicType GetBasicTypeEnumeration(llvm::StringRef name);860 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
805 lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) { in GetBasicTypeEnumeration() function in TypeSystemClang5493 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()5497 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
200 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
449 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
3269 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()3284 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()3299 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
335 TypeSystemClang::GetBasicTypeEnumeration(ctf_integer.name); in CreateInteger()
1328 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()