Searched refs:IsEnumerationType (Results 1 – 7 of 7) sorted by relevance
194 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType197 return type_system_sp->IsEnumerationType(m_type, is_signed); in IsEnumerationType()202 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()339 bool CompilerType::IsEnumerationType() const { in IsEnumerationType() function in CompilerType341 return IsEnumerationType(is_signed); in IsEnumerationType()345 return IsEnumerationType() && !IsScopedEnumerationType(); in IsUnscopedEnumerationType()
168 bool IsEnumerationType(bool &is_signed) const;205 bool IsEnumerationType() const;
188 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
1150 !GetCompilerType().IsEnumerationType() && in GetValueAsAPSInt()3129 bool is_enum = GetCompilerType().IsEnumerationType(); in CastToBasicType()3284 bool is_enum = GetCompilerType().IsEnumerationType(); in CastToEnumType()3295 if (!type.IsEnumerationType()) in CastToEnumType()
685 bool IsEnumerationType(lldb::opaque_compiler_type_t type,
3261 bool TypeSystemClang::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in TypeSystemClang8457 assert(enum_type.IsEnumerationType()); in AddEnumerationValueToEnumerationType()
2269 assert(clang_type.IsEnumerationType()); in CompleteEnumType()