Lines Matching defs:SourceMgrDiagnosticHandler
359 // SourceMgrDiagnosticHandler
425 SourceMgrDiagnosticHandler::SourceMgrDiagnosticHandler(
434 SourceMgrDiagnosticHandler::SourceMgrDiagnosticHandler(
436 : SourceMgrDiagnosticHandler(mgr, ctx, llvm::errs(),
439 SourceMgrDiagnosticHandler::~SourceMgrDiagnosticHandler() = default;
441 void SourceMgrDiagnosticHandler::emitDiagnostic(Location loc, Twine message,
477 void SourceMgrDiagnosticHandler::emitDiagnostic(Diagnostic &diag) {
522 void SourceMgrDiagnosticHandler::setCallStackLimit(unsigned limit) {
528 SourceMgrDiagnosticHandler::getBufferForFile(StringRef filename) {
535 SourceMgrDiagnosticHandler::findLocToShow(Location loc) {
572 SMLoc SourceMgrDiagnosticHandler::convertLocToSMLoc(FileLineColLoc loc) {
799 : SourceMgrDiagnosticHandler(srcMgr, ctx, out),