Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp99 lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::
100 StdlibCoroutineHandleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in StdlibCoroutineHandleSyntheticFrontEnd() function in lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd
106 lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::
107 ~StdlibCoroutineHandleSyntheticFrontEnd() = default;
110 StdlibCoroutineHandleSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
118 StdlibCoroutineHandleSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()
131 lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::Update() { in Update()
202 bool lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::
207 size_t StdlibCoroutineHandleSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
225 return (valobj_sp ? new StdlibCoroutineHandleSyntheticFrontEnd(valobj_sp) in StdlibCoroutineHandleSyntheticFrontEndCreator()
H A DCoroutines.h30 class StdlibCoroutineHandleSyntheticFrontEnd
33 StdlibCoroutineHandleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
35 ~StdlibCoroutineHandleSyntheticFrontEnd() override;