Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h34 class TextTreeStructure {
124 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure() function
129 : public TextTreeStructure,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp64 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), in TextNodeDumper()
70 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors) {} in TextNodeDumper()