Home
last modified time | relevance | path

Searched refs:IndentColor (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTDumperUtils.h84 static const TerminalColor IndentColor = {llvm::raw_ostream::BLUE, false}; variable
DTextNodeDumper.h90 ColorScope Color(OS, ShowColors, IndentColor); in AddChild()
/external/clang/lib/AST/
DASTDumper.cpp93 static const TerminalColor IndentColor = { raw_ostream::BLUE, false }; variable
157 ColorScope Color(*this, IndentColor); in dumpChild()