Searched refs:IsEnumerationType (Results 1 – 5 of 5) sorted by relevance
147 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType149 return m_type_system->IsEnumerationType(m_type, is_signed); in IsEnumerationType()154 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
120 bool IsEnumerationType(bool &is_signed) const;
171 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
589 bool IsEnumerationType(lldb::opaque_compiler_type_t type,
3227 bool TypeSystemClang::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in TypeSystemClang