Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h59 static const TerminalColor LocationColor = {llvm::raw_ostream::YELLOW, false}; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp764 ColorScope Color(OS, ShowColors, LocationColor); in dumpLocation()