Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h33 class TextTreeStructure {
123 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure() function
128 : public TextTreeStructure,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp63 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), in TextNodeDumper()
69 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors) {} in TextNodeDumper()