Searched refs:reasonCallback (Results 1 – 3 of 3) sorted by relevance
518 notifyMatchFailure(Operation *op, CallbackT &&reasonCallback) { in notifyMatchFailure() argument521 function_ref<void(Diagnostic &)>(reasonCallback)); in notifyMatchFailure()559 function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument
771 function_ref<void(Diagnostic &)> reasonCallback);1234 Location loc, function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument1237 reasonCallback(diag); in notifyMatchFailure()1408 Operation *op, function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument1409 return impl->notifyMatchFailure(op->getLoc(), reasonCallback); in notifyMatchFailure()
520 function_ref<void(Diagnostic &)> reasonCallback) override;