Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDumperUtils.h59 static const TerminalColor LocationColor = {llvm::raw_ostream::YELLOW, false}; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp579 ColorScope Color(OS, ShowColors, LocationColor); in dumpLocation()