Searched refs:GetEnumerationIntegerType (Results 1 – 10 of 10) sorted by relevance
331 ) lldb::SBType::GetEnumerationIntegerType;
367 return GetEnumerationIntegerType().GetTypeInfo() & lldb::eTypeIsSigned; in IsEnumerationIntegerTypeSigned()628 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType631 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()
317 CompilerType GetEnumerationIntegerType() const;
265 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
767 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;1061 CompilerType GetEnumerationIntegerType(CompilerType type);
4349 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang4351 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()8465 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
1186 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
70001 result = (arg1)->GetEnumerationIntegerType(); in _wrap_SBType_GetEnumerationIntegerType()