Lines Matching defs:note
333 /// Attach a note to an in-flight diagnostic that provide more information
336 Diagnostic ¬e = diag.attachNote(useOp->getLoc());
337 note << "operand defined here";
343 note << " (op in the same block)";
345 note << " (op in the same region)";
347 note << " (op in a parent region)";
349 note << " (op in a child region)";
351 note << " (op is neither in a parent nor in a child region)";
362 Diagnostic ¬e = diag.attachNote(loc);
364 note << " (block without parent)";
370 note << "operand defined as a block argument (block #" << index;
372 note << " in the same region)";
374 note << " in a parent region)";
376 note << " in a child region)";
378 note << " neither in a parent nor in a child region)";