Home
last modified time | relevance | path

Searched defs:HasSyntheticValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h67 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2023 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject