Home
last modified time | relevance | path

Searched defs:IsEnumerationType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h172 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp147 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3203 bool TypeSystemClang::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in TypeSystemClang