Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h29 class TextTreeStructure {
121 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure() function
126 : public TextTreeStructure,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp55 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), SM(SM), in TextNodeDumper()