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,
188 void EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
213 void AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc,
217 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record, in AddLocToRecord()
343 void SDiagsWriter::AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, in AddLocToRecord()
363 AddLocToRecord(FullSourceLoc(Range.getBegin(), SM), Record); in AddCharSourceRangeToRecord()
369 AddLocToRecord(FullSourceLoc(Range.getEnd(), SM), Record, TokSize); in AddCharSourceRangeToRecord()
607 EmitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagLevel, in HandleDiagnostic()
620 FullSourceLoc(Info.getLocation(), Info.getSourceManager()), DiagLevel, in HandleDiagnostic()
639 void SDiagsWriter::EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, in EmitDiagnosticMessage()
669 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
725 void SDiagsRenderer::emitCodeContext(FullSourceLoc Loc, in emitCodeContext()
732 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { in emitNote()