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.cpp100 lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::
101 StdlibCoroutineHandleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in StdlibCoroutineHandleSyntheticFrontEnd() function in lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd
107 lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::
108 ~StdlibCoroutineHandleSyntheticFrontEnd() = default;
111 StdlibCoroutineHandleSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
116 StdlibCoroutineHandleSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()
121 lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::Update() { in Update()
197 StdlibCoroutineHandleSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
211 return (valobj_sp ? new StdlibCoroutineHandleSyntheticFrontEnd(valobj_sp) in StdlibCoroutineHandleSyntheticFrontEndCreator()
H A DCoroutines.h30 class StdlibCoroutineHandleSyntheticFrontEnd
33 StdlibCoroutineHandleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
35 ~StdlibCoroutineHandleSyntheticFrontEnd() override;