Searched refs:IsEnumerationType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp141 bool CompilerType::IsEnumerationType(bool &is_signed) const { function in class:CompilerType
143 return m_type_system->IsEnumerationType(m_type, is_signed);
148 return IsIntegerType(is_signed) || IsEnumerationType(is_signed);
H A DClangASTContext.cpp2967 bool ClangASTContext::IsEnumerationType(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h112 bool IsEnumerationType(bool &is_signed) const;
H A DTypeSystem.h168 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, function in class:lldb_private::TypeSystem
H A DClangASTContext.h519 bool IsEnumerationType(lldb::opaque_compiler_type_t type,

Completed in 98 milliseconds