Searched refs:DoAddChild (Results 1 – 1 of 1) sorted by relevance
47 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() argument48 return AddChild("", DoAddChild); in AddChild()53 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() argument58 DoAddChild(); in AddChild()72 auto DumpWithIndent = [this, DoAddChild, LabelStr](bool IsLastChild) { in AddChild()99 DoAddChild(); in AddChild()