Lines Matching refs:FullSourceLoc
66 void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
71 void emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
75 void emitNote(FullSourceLoc Loc, StringRef Message) override;
77 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
189 void EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
214 void AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc,
218 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record, in AddLocToRecord()
341 void SDiagsWriter::AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, in AddLocToRecord()
361 AddLocToRecord(FullSourceLoc(Range.getBegin(), SM), Record); in AddCharSourceRangeToRecord()
367 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); in AddCharSourceRangeToRecord()
594 EmitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagLevel, in HandleDiagnostic()
607 FullSourceLoc(Info.getLocation(), Info.getSourceManager()), DiagLevel, in HandleDiagnostic()
626 void SDiagsWriter::EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, in EmitDiagnosticMessage()
656 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
712 void SDiagsRenderer::emitCodeContext(FullSourceLoc Loc, in emitCodeContext()
719 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { in emitNote()