Searched refs:shouldPrintOpOnDiagnostic (Results 1 – 3 of 3) sorted by relevance
113 bool shouldPrintOpOnDiagnostic();
288 if (getContext()->shouldPrintOpOnDiagnostic()) { in emitError()308 if (getContext()->shouldPrintOpOnDiagnostic()) in emitWarning()317 if (getContext()->shouldPrintOpOnDiagnostic()) in emitRemark()
527 bool MLIRContext::shouldPrintOpOnDiagnostic() { in shouldPrintOpOnDiagnostic() function in MLIRContext