Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h32 class TextTreeStructure {
122 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure() function
127 : public TextTreeStructure,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp61 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), in TextNodeDumper()
67 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors) {} in TextNodeDumper()