Lines Matching defs:ShowColors
5928 bool ShowColors) {
5932 if (ShowColors)
5948 if (ShowColors)
6011 if (ShowColors)
6023 if (ShowColors)
6031 if (ShowColors)
6034 if (ShowColors)
6039 if (ShowColors)
6059 if (ShowColors)
6068 if (ShowColors)
6071 if (ShowColors)
6076 if (ShowColors)
6102 if (ShowColors)
6110 void CFG::dump(const LangOptions &LO, bool ShowColors) const {
6111 print(llvm::errs(), LO, ShowColors);
6115 void CFG::print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const {
6119 print_block(OS, this, getEntry(), Helper, true, ShowColors);
6127 print_block(OS, this, **I, Helper, true, ShowColors);
6131 print_block(OS, this, getExit(), Helper, true, ShowColors);
6142 bool ShowColors) const {
6143 print(llvm::errs(), cfg, LO, ShowColors);
6153 const LangOptions &LO, bool ShowColors) const {
6155 print_block(OS, cfg, *this, Helper, true, ShowColors);