Lines Matching refs:PLoc
69 PresumedLoc PLoc,
76 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() argument
199 PresumedLoc PLoc,
227 PresumedLoc PLoc, RecordDataImpl &Record,
357 PresumedLoc PLoc, in AddLocToRecord() argument
360 if (PLoc.isInvalid()) { in AddLocToRecord()
369 Record.push_back(getEmitFile(PLoc.getFilename())); in AddLocToRecord()
370 Record.push_back(PLoc.getLine()); in AddLocToRecord()
371 Record.push_back(PLoc.getColumn()+TokSize); in AddLocToRecord()
647 PresumedLoc PLoc, in EmitDiagnosticMessage() argument
660 AddLocToRecord(Loc, SM, PLoc, Record); in EmitDiagnosticMessage()
679 PresumedLoc PLoc, in emitDiagnosticMessage() argument
685 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D); in emitDiagnosticMessage()
749 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
750 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, in emitNote()