Home | History | Annotate | Download | only in Frontend

Lines Matching full:loc

62   virtual void emitDiagnosticMessage(SourceLocation Loc,
70 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
75 virtual void emitNote(SourceLocation Loc, StringRef Message,
78 virtual void emitCodeContext(SourceLocation Loc,
134 void EmitDiagnosticMessage(SourceLocation Loc,
160 void AddLocToRecord(SourceLocation Loc, const SourceManager *SM,
165 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record,
168 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(),
282 void SDiagsWriter::AddLocToRecord(SourceLocation Loc,
299 Record.push_back(SM->getFileOffset(Loc));
569 void SDiagsWriter::EmitDiagnosticMessage(SourceLocation Loc,
583 AddLocToRecord(Loc, SM, PLoc, Record);
601 SDiagsRenderer::emitDiagnosticMessage(SourceLocation Loc,
608 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D);
661 void SDiagsRenderer::emitCodeContext(SourceLocation Loc,
669 void SDiagsRenderer::emitNote(SourceLocation Loc, StringRef Message,
672 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc();
673 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note,