Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTDumperUtils.h59 static const TerminalColor LocationColor = {llvm::raw_ostream::YELLOW, false}; variable
/external/clang/lib/AST/
DASTDumper.cpp71 static const TerminalColor LocationColor = { raw_ostream::YELLOW, false }; variable
592 ColorScope Color(*this, LocationColor); in dumpLocation()
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp579 ColorScope Color(OS, ShowColors, LocationColor); in dumpLocation()