clang
8.0.0
|
#include "clang/AST/TextNodeDumper.h"
Public Member Functions | |
template<typename Fn > | |
void | AddChild (Fn DoAddChild) |
Add a child of the current node. Calls DoAddChild without arguments. More... | |
template<typename Fn > | |
void | AddChild (StringRef Label, Fn DoAddChild) |
Add a child of the current node with an optional label. More... | |
TextTreeStructure (raw_ostream &OS, bool ShowColors) | |
Definition at line 29 of file TextNodeDumper.h.
|
inline |
Definition at line 121 of file TextNodeDumper.h.
|
inline |
Add a child of the current node. Calls DoAddChild without arguments.
Definition at line 47 of file TextNodeDumper.h.
Referenced by clang::TextNodeDumper::dumpDeclRef(), and clang::TextNodeDumper::Visit().
|
inline |
Add a child of the current node with an optional label.
Calls DoAddChild without arguments.
Definition at line 53 of file TextNodeDumper.h.
References Depth, clang::IndentColor, and Label.