Searched refs:GetBasicTypeEnumeration (Results 1 – 10 of 10) sorted by relevance
357 return GetCanonicalType().GetBasicTypeEnumeration() == in IsNullPtrType()362 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()382 switch (GetCanonicalType().GetBasicTypeEnumeration()) { in IsPromotableIntegerType()408 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()458 return GetCanonicalType().GetBasicTypeEnumeration() != in IsBasicType()822 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType825 return type_system_sp->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
413 lldb::BasicType GetBasicTypeEnumeration() const;
332 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
200 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
213 static lldb::BasicType GetBasicTypeEnumeration(llvm::StringRef name);859 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
825 lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) { in GetBasicTypeEnumeration() function in TypeSystemClang5467 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()5471 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
449 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
3232 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()3248 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()3264 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
336 TypeSystemClang::GetBasicTypeEnumeration(ctf_integer.name); in CreateInteger()
1327 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()