Home
last modified time | relevance | path

Searched refs:StmtColor (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTDumperUtils.h49 static const TerminalColor StmtColor = {llvm::raw_ostream::MAGENTA, true}; variable
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp130 ColorScope Color(OS, ShowColors, StmtColor); in Visit()
683 ColorScope Color(OS, ShowColors, StmtColor); in dumpCleanupObject()
/external/clang/lib/AST/
DASTDumper.cpp61 static const TerminalColor StmtColor = { raw_ostream::MAGENTA, true }; variable
1769 ColorScope Color(*this, StmtColor); in VisitStmt()