Home
last modified time | relevance | path

Searched refs:IsEnumerationIntegerTypeSigned (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h216 bool IsEnumerationIntegerTypeSigned() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp342 bool CompilerType::IsEnumerationIntegerTypeSigned() const { in IsEnumerationIntegerTypeSigned() function in CompilerType