Searched refs:IsEnumerationType (Results 1 – 5 of 5) sorted by relevance
161 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType163 return m_type_system->IsEnumerationType(m_type, is_signed); in IsEnumerationType()168 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
3394 bool ClangASTContext::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in ClangASTContext
116 bool IsEnumerationType(bool &is_signed) const;
175 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
592 bool IsEnumerationType(lldb::opaque_compiler_type_t type,