Lines Matching refs:FullSourceLoc
68 void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
73 void emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
77 void emitNote(FullSourceLoc Loc, StringRef Message) override;
79 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
190 void EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
215 void AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc,
219 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record, in AddLocToRecord()
345 void SDiagsWriter::AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, in AddLocToRecord()
365 AddLocToRecord(FullSourceLoc(Range.getBegin(), SM), Record); in AddCharSourceRangeToRecord()
371 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); in AddCharSourceRangeToRecord()
609 EmitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagLevel, in HandleDiagnostic()
622 FullSourceLoc(Info.getLocation(), Info.getSourceManager()), DiagLevel, in HandleDiagnostic()
641 void SDiagsWriter::EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, in EmitDiagnosticMessage()
671 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
727 void SDiagsRenderer::emitCodeContext(FullSourceLoc Loc, in emitCodeContext()
734 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { in emitNote()