Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DTypeSystem.h172 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp141 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3134 bool TypeSystemClang::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in TypeSystemClang