Searched defs:IsEnumerationType (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | TypeSystem.h | 183 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, IsEnumerationType() function |
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ | ||
H A D | CompilerType.cpp | 171 bool CompilerType::IsEnumerationType(bool &is_signed) const { IsEnumerationType() function in CompilerType |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 3181 bool TypeSystemClang::IsEnumerationType(lldb::opaque_compiler_type_t type, IsEnumerationType() function in TypeSystemClang |