Searched refs:GetEnumerationIntegerType (Results 1 – 10 of 10) sorted by relevance
331 ) lldb::SBType::GetEnumerationIntegerType;
365 return GetEnumerationIntegerType().GetTypeInfo() & lldb::eTypeIsSigned; in IsEnumerationIntegerTypeSigned()618 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType621 return type_system_sp->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
195 lldb::SBType GetEnumerationIntegerType();
435 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType440 m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType()); in GetEnumerationIntegerType()
309 CompilerType GetEnumerationIntegerType() const;
261 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
770 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;1037 CompilerType GetEnumerationIntegerType(CompilerType type);
4318 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang4320 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()8539 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()8549 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
1187 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
68733 result = (arg1)->GetEnumerationIntegerType(); in _wrap_SBType_GetEnumerationIntegerType()