Searched refs:GetEnumerationIntegerType (Results 1 – 10 of 10) sorted by relevance
482 ") GetEnumerationIntegerType;484 GetEnumerationIntegerType();
159 lldb::SBType GetEnumerationIntegerType();
344 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType349 m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType()); in GetEnumerationIntegerType()
412 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType415 return type_system_sp->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
254 CompilerType GetEnumerationIntegerType() const;
242 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
688 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;944 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()8499 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()8509 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
1189 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
832 enumerator_clang_type = m_ast.GetEnumerationIntegerType(clang_type); in ParseEnum()