Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp172 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType
175 return type_system_sp->IsEnumerationType(m_type, is_signed); in IsEnumerationType()
180 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h172 bool IsEnumerationType(bool &is_signed) const;
H A DTypeSystem.h178 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h603 bool IsEnumerationType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3263 bool TypeSystemClang::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in TypeSystemClang