Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp161 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType
163 return m_type_system->IsEnumerationType(m_type, is_signed); in IsEnumerationType()
168 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
H A DClangASTContext.cpp3394 bool ClangASTContext::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h116 bool IsEnumerationType(bool &is_signed) const;
H A DTypeSystem.h175 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
H A DClangASTContext.h592 bool IsEnumerationType(lldb::opaque_compiler_type_t type,