Home | History | Annotate | Download | only in AST

Lines Matching refs:ShowColors

120     bool ShowColors;
143 if (Dumper.ShowColors)
147 if (Dumper.ShowColors)
189 ShowColors(SM && SM->getDiagnostics().getShowColors()) { }
192 const SourceManager *SM, bool ShowColors)
195 ShowColors(ShowColors) { }
2159 &getASTContext().getSourceManager(), /*ShowColors*/true);
2195 ASTDumper P(llvm::errs(), nullptr, nullptr, /*ShowColors*/true);
2221 ASTDumper D(llvm::errs(), nullptr, nullptr, /*ShowColors*/true);