Home | History | Annotate | Download | only in Core

Lines Matching refs:has_children

660     bool has_children = false;
667 has_children = true;
671 has_children = GetNumChildren () > 0;
673 return has_children;
3371 const bool has_children = type_flags.Test (ClangASTType::eTypeHasChildren);
3591 else if (has_children)
3611 if (has_children && print_valobj)