Home
last modified time | relevance | path

Searched refs:IsEnumType (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h622 static bool IsEnumType(lldb::opaque_compiler_type_t type);
H A DTypeSystemClang.cpp3540 bool TypeSystemClang::IsEnumType(lldb::opaque_compiler_type_t type) { in IsEnumType() function in TypeSystemClang