Home
last modified time | relevance | path

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

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