Lines Matching defs:synthetic
668 // Some synthetic plug-ins fail to set the error in Dereference
849 // recur to synthetic children
850 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue();
851 if (!synthetic /* no synthetic */
852 || synthetic == valobj_sp) /* synthetic is the same as
861 synthetic
862 ->GetNumChildrenIgnoringErrors() /* synthetic does
871 child_valobj_sp = synthetic->GetChildAtIndex(child_index);
922 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue();
923 if (no_synth_child /* synthetic is forbidden */ ||
924 !synthetic /* no synthetic */
925 || synthetic == valobj_sp) /* synthetic is the same as the
934 synthetic->GetNumChildrenIgnoringErrors() /* synthetic
942 child_valobj_sp = synthetic->GetChildAtIndex(child_index);