Searched refs:DoAddChild (Results 1 – 2 of 2) sorted by relevance
51 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() argument52 return AddChild("", DoAddChild); in AddChild()57 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() argument62 DoAddChild(); in AddChild()73 auto DumpWithIndent = [this, DoAddChild, in AddChild()101 DoAddChild(); in AddChild()
44 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() argument45 return AddChild("", DoAddChild); in AddChild()50 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() argument57 DoAddChild(); in AddChild()83 DoAddChild(); in AddChild()