Home
last modified time | relevance | path

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

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