Home
last modified time | relevance | path

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

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