Searched defs:ShowColors (Results 1 – 9 of 9) sorted by relevance
35 const bool ShowColors; member in TreePrinter
57 bool ShowColors = Out.has_colors(); in TraverseDecl() local
701 bool ShowColors, in printDiagnosticLevel()744 unsigned Columns, bool ShowColors) { in printDiagnosticMessage()
179 bool ShowColors; // Color printing is enabled. variable1382 unsigned ShowColors : 1; member
242 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
4147 bool ShowColors) { in print_block()
120 bool ShowColors; member in __anon6c9e827f0111::ASTDumper192 const SourceManager *SM, bool ShowColors) in ASTDumper()
1733 bool ShowColors, raw_ostream &OS) { in FormatTemplateTypeDiff()
3972 enum { Colors_On, Colors_Off, Colors_Auto } ShowColors = Colors_Auto; in ConstructJob() local