Searched refs:no_synth_child (Results 1 - 1 of 1) sorted by path

/external/lldb/source/Target/
H A DStackFrame.cpp557 const bool no_synth_child = (options & eExpressionPathOptionsNoSyntheticChildren) != 0; local
703 if (no_synth_child == false)
710 if (no_synth_child || !child_valobj_sp)
810 if (no_synth_child && is_objc_pointer)
869 if (!child_valobj_sp && (is_incomplete_array || no_synth_child == false))
897 if (no_synth_child /* synthetic is forbidden */ ||

Completed in 203 milliseconds