Home
last modified time | relevance | path

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

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