Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h217 bool IsEnumerationIntegerTypeSigned() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp365 bool CompilerType::IsEnumerationIntegerTypeSigned() const { in IsEnumerationIntegerTypeSigned() function in CompilerType
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2274 clang_type, clang_type.IsEnumerationIntegerTypeSigned(), in CompleteEnumType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8459 !enum_type.IsEnumerationIntegerTypeSigned()); in AddEnumerationValueToEnumerationType()