Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTDumperUtils.h69 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false}; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp669 ColorScope Color(OS, ShowColors, CastColor); in VisitCastExpr()