Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h33 class TextTreeStructure {
123 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure() function
128 : public TextTreeStructure,
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp23 class NodeTreePrinter : public TextTreeStructure {
28 : TextTreeStructure(OS, /* showColors */ false), OS(OS) {} in NodeTreePrinter()
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp62 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), in TextNodeDumper()
68 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors) {} in TextNodeDumper()