Home
last modified time | relevance | path

Searched refs:IsScripted (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBTypeSynthetic.cpp151 if (m_opaque_sp->IsScripted() != rhs.m_opaque_sp->IsScripted()) in IsEqualTo()
H A DSBValue.cpp525 if (synthetic_sp && !synthetic_sp->IsScripted()) { in GetTypeFilter()
545 if (children_sp && children_sp->IsScripted()) { in GetTypeSynthetic()
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h257 virtual bool IsScripted() = 0;
311 bool IsScripted() override { return false; } in IsScripted() function
368 bool IsScripted() override { return false; } in IsScripted() function
414 bool IsScripted() override { return true; } in IsScripted() function