Searched refs:GetEnumerationIntegerType (Results 1 – 11 of 11) sorted by relevance
470 ") GetEnumerationIntegerType;472 GetEnumerationIntegerType();
347 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType348 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetEnumerationIntegerType); in GetEnumerationIntegerType()352 SBType(m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType())); in GetEnumerationIntegerType()965 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetEnumerationIntegerType, ()); in RegisterMethods()
156 lldb::SBType GetEnumerationIntegerType();
353 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType355 return m_type_system->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
193 CompilerType GetEnumerationIntegerType() const;
231 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
679 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;933 CompilerType GetEnumerationIntegerType(CompilerType type);
4268 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang4270 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()8321 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()8331 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
1178 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
850 enumerator_clang_type = m_ast.GetEnumerationIntegerType(clang_type); in ParseEnum()
58980 result = (arg1)->GetEnumerationIntegerType(); in _wrap_SBType_GetEnumerationIntegerType()