Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTDumperUtils.h84 static const TerminalColor IndentColor = {llvm::raw_ostream::BLUE, false}; variable
H A DTextNodeDumper.h89 ColorScope Color(OS, ShowColors, IndentColor); in AddChild()