Searched refs:reasonCallback (Results 1 – 4 of 4) sorted by relevance
80 function_ref<void(Diagnostic &)> reasonCallback) override;370 Location loc, function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument373 reasonCallback(diag); in notifyMatchFailure()
959 function_ref<void(Diagnostic &)> reasonCallback);1480 Location loc, function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument1483 reasonCallback(diag); in notifyMatchFailure()1676 Location loc, function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument1677 return impl->notifyMatchFailure(loc, reasonCallback); in notifyMatchFailure()
512 notifyMatchFailure(Location loc, CallbackT &&reasonCallback) { in notifyMatchFailure() argument515 function_ref<void(Diagnostic &)>(reasonCallback)); in notifyMatchFailure()522 notifyMatchFailure(Operation *op, CallbackT &&reasonCallback) { in notifyMatchFailure() argument524 function_ref<void(Diagnostic &)>(reasonCallback)); in notifyMatchFailure()563 function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument
633 function_ref<void(Diagnostic &)> reasonCallback) override;