Home
last modified time | relevance | path

Searched refs:DoAddChild (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h47 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() argument
48 return AddChild("", DoAddChild); in AddChild()
53 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() argument
58 DoAddChild(); in AddChild()
72 auto DumpWithIndent = [this, DoAddChild, LabelStr](bool IsLastChild) { in AddChild()
99 DoAddChild(); in AddChild()