Home
last modified time | relevance | path

Searched refs:item_sp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Host/windows/
DHost.cpp269 auto item_sp = args_array_sp->GetItemAtIndex(i); in ShellExpandArguments() local
270 if (!item_sp) in ShellExpandArguments()
272 auto str_sp = item_sp->GetAsString(); in ShellExpandArguments()
/external/llvm-project/lldb/source/Utility/
DStructuredData.cpp136 for (const auto &item_sp : m_items) { in Serialize() local
137 item_sp->Serialize(s); in Serialize()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp47 StructuredData::StringSP item_sp( in SerializeToStructuredData() local
49 user_source_sp->AddItem(item_sp); in SerializeToStructuredData()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1368 auto item_sp = args_array_sp->GetItemAtIndex(i);
1369 if (!item_sp)
1371 auto str_sp = item_sp->GetAsString();