Searched defs:remark (Results 1 – 3 of 3) sorted by relevance
89 raw_ostream &WithColor::remark() { return remark(errs()); } in remark() function in WithColor121 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark() function in WithColor
40 def suppress(remark): argument
51 InFlightDiagnostic remark = emitRemark() << "applying transformation"; in apply() local