Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h669 lldb::ValueObjectSP CastToEnumType(CompilerType type);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3316 lldb::ValueObjectSP ValueObject::CastToEnumType(CompilerType type) { in CastToEnumType() function in ValueObject