Lines Matching +defs:loc +defs:message
279 emitDiag(Location location, DiagnosticSeverity severity, const Twine &message) { in emitDiag()
301 InFlightDiagnostic mlir::emitError(Location loc) { return emitError(loc, {}); } in emitError()
302 InFlightDiagnostic mlir::emitError(Location loc, const Twine &message) { in emitError()
307 InFlightDiagnostic mlir::emitWarning(Location loc) { in emitWarning()
310 InFlightDiagnostic mlir::emitWarning(Location loc, const Twine &message) { in emitWarning()
315 InFlightDiagnostic mlir::emitRemark(Location loc) { in emitRemark()
318 InFlightDiagnostic mlir::emitRemark(Location loc, const Twine &message) { in emitRemark()
368 static Optional<FileLineColLoc> getFileLineColLoc(Location loc) { in getFileLineColLoc()
387 static Optional<CallSiteLoc> getCallSiteLoc(Location loc) { in getCallSiteLoc()
432 void SourceMgrDiagnosticHandler::emitDiagnostic(Location loc, Twine message, in emitDiagnostic()
470 Location loc = diag.getLocation(); in emitDiagnostic() local
506 llvm::SMLoc SourceMgrDiagnosticHandler::convertLocToSMLoc(FileLineColLoc loc) { in convertLocToSMLoc()
728 void SourceMgrDiagnosticVerifierHandler::process(FileLineColLoc loc, in process()