Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeSummary.cpp307 SBTypeSummary::ChangeSummaryType (bool want_script) in ChangeSummaryType() argument
314 if (want_script == m_opaque_sp->IsScripted()) in ChangeSummaryType()
316 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback && !want_script) in ChangeSummaryType()
324 if (want_script) in ChangeSummaryType()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeSummary.h106 ChangeSummaryType (bool want_script);