Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp171 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType
174 return type_system_sp->IsEnumerationType(m_type, is_signed); in IsEnumerationType()
179 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
316 bool CompilerType::IsEnumerationType() const { in IsEnumerationType() function in CompilerType
318 return IsEnumerationType(is_signed); in IsEnumerationType()
322 return IsEnumerationType() && !IsScopedEnumerationType(); in IsUnscopedEnumerationType()
/freebsd/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, in IsEnumerationType() function
/freebsd/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, in IsEnumerationType() function in TypeSystemClang