Home
last modified time | relevance | path

Searched defs:synth_sp (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/API/
DSBTypeCategory.cpp236 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType() local
288 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex() local
DSBValue.cpp653 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic() local
/external/lldb/source/DataFormatters/
DFormatManager.cpp253 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); in GetSyntheticChildrenForType() local
507 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator)); in AddCXXSynthetic() local
/external/lldb/include/lldb/Core/
DValueObject.h1051 SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) in SetSyntheticChildren()