Lines Matching refs:PLoc
68 PresumedLoc PLoc,
75 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() argument
198 PresumedLoc PLoc,
226 PresumedLoc PLoc, RecordDataImpl &Record,
356 PresumedLoc PLoc, in AddLocToRecord() argument
359 if (PLoc.isInvalid()) { in AddLocToRecord()
368 Record.push_back(getEmitFile(PLoc.getFilename())); in AddLocToRecord()
369 Record.push_back(PLoc.getLine()); in AddLocToRecord()
370 Record.push_back(PLoc.getColumn()+TokSize); in AddLocToRecord()
658 PresumedLoc PLoc, in EmitDiagnosticMessage() argument
671 AddLocToRecord(Loc, SM, PLoc, Record); in EmitDiagnosticMessage()
690 PresumedLoc PLoc, in emitDiagnosticMessage() argument
696 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D); in emitDiagnosticMessage()
760 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
761 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, in emitNote()