Home
last modified time | relevance | path

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

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