Home | History | Annotate | Download | only in AST

Lines Matching defs:ShowColors

122     bool ShowColors;
194 if (Dumper.ShowColors)
198 if (Dumper.ShowColors)
208 ShowColors(SM && SM->getDiagnostics().getShowColors()) { }
211 const SourceManager *SM, bool ShowColors)
214 ShowColors(ShowColors) { }
2475 &getASTContext().getSourceManager(), /*ShowColors*/true);
2517 ASTDumper P(llvm::errs(), nullptr, nullptr, /*ShowColors*/true);
2543 ASTDumper D(llvm::errs(), nullptr, nullptr, /*ShowColors*/true);