Searched refs:DoAddChild (Results 1 – 2 of 2) sorted by relevance
52 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() argument53 return AddChild("", DoAddChild); in AddChild()58 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() argument63 DoAddChild(); in AddChild()74 auto DumpWithIndent = [this, DoAddChild, in AddChild()102 DoAddChild(); in AddChild()
43 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() argument44 return AddChild("", DoAddChild); in AddChild()49 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() argument56 DoAddChild(); in AddChild()82 DoAddChild(); in AddChild()