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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h167 bool IsEnumerationType(bool &is_signed) const;
204 bool IsEnumerationType() const;
H A DTypeSystem.h183 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, function in class:lldb_private::TypeSystem
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp171 bool CompilerType::IsEnumerationType(bool &is_signed) const { function in class:CompilerType
174 return type_system_sp->IsEnumerationType(m_type, is_signed);
179 return IsIntegerType(is_signed) || IsEnumerationType(is_signed);
316 bool CompilerType::IsEnumerationType() const { function in class:CompilerType
318 return IsEnumerationType(is_signed);
322 return IsEnumerationType() && !IsScopedEnumerationType();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h674 bool IsEnumerationType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3181 bool TypeSystemClang::IsEnumerationType(lldb::opaque_compiler_type_t type, function in class:TypeSystemClang

Completed in 144 milliseconds