Home | History | Annotate | Download | only in DataFormatters

Lines Matching defs:synth_sp

253     lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp);
254 if (filter_sp->GetRevision() > synth_sp->GetRevision())
257 return lldb::SyntheticChildrenSP(synth_sp.get());
507 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator));
509 category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())), synth_sp);
511 category_sp->GetSyntheticNavigator()->Add(type_name,synth_sp);