Lines Matching defs:noteAttachFn
112 /// an error if a conversion is not viable. On failure, `noteAttachFn` is
117 function_ref<void(ast::Diagnostic &diag)> noteAttachFn = {});
125 function_ref<void(ast::Diagnostic &diag)> noteAttachFn);
608 function_ref<void(ast::Diagnostic &diag)> noteAttachFn) {
619 if (noteAttachFn)
620 noteAttachFn(*diag);
641 noteAttachFn);
701 function_ref<void(ast::Diagnostic &diag)> noteAttachFn) {
718 if (noteAttachFn)
719 noteAttachFn(diag);