Searched refs:TextTreeStructure (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 33 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 D | ASTTraverserTest.cpp | 23 class NodeTreePrinter : public TextTreeStructure { 28 : TextTreeStructure(OS, /* showColors */ false), OS(OS) {} in NodeTreePrinter()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 62 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), in TextNodeDumper() 68 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors) {} in TextNodeDumper()
|