Searched refs:GetEnumerationIntegerType (Results 1 – 12 of 12) sorted by relevance
164 int_scoped_enum_type = scoped_enum_type.GetEnumerationIntegerType()172 int_enum_uchar = enum_uchar.GetEnumerationIntegerType()
482 ") GetEnumerationIntegerType;484 GetEnumerationIntegerType();
158 lldb::SBType GetEnumerationIntegerType();
345 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType350 m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType()); in GetEnumerationIntegerType()
353 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType355 return m_type_system->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
193 CompilerType GetEnumerationIntegerType() const;
230 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
239 EXPECT_FALSE(m_ast->GetEnumerationIntegerType(CompilerType()).IsValid()); in TEST_F()244 CompilerType t = m_ast->GetEnumerationIntegerType(int_type); in TEST_F()268 CompilerType t = ast.GetEnumerationIntegerType(enum_type); in TEST_F()
671 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;926 CompilerType GetEnumerationIntegerType(CompilerType type);
4300 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang4302 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()8422 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()8432 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
1185 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
836 enumerator_clang_type = m_ast.GetEnumerationIntegerType(clang_type); in ParseEnum()