Lines Matching refs:PLoc
70 PresumedLoc PLoc,
77 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() argument
200 PresumedLoc PLoc,
228 PresumedLoc PLoc, RecordDataImpl &Record,
358 PresumedLoc PLoc, in AddLocToRecord() argument
361 if (PLoc.isInvalid()) { in AddLocToRecord()
370 Record.push_back(getEmitFile(PLoc.getFilename())); in AddLocToRecord()
371 Record.push_back(PLoc.getLine()); in AddLocToRecord()
372 Record.push_back(PLoc.getColumn()+TokSize); in AddLocToRecord()
648 PresumedLoc PLoc, in EmitDiagnosticMessage() argument
661 AddLocToRecord(Loc, SM, PLoc, Record); in EmitDiagnosticMessage()
680 PresumedLoc PLoc, in emitDiagnosticMessage() argument
686 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D); in emitDiagnosticMessage()
750 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
751 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, in emitNote()