Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h51 /// Add a child of the current node. Calls DoAddChild without arguments in AddChild() argument
57 /// Calls DoAddChild without arguments. in AddChild() argument
H A DJSONNodeDumper.h43 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() argument
49 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() argument