Lines Matching defs:PLoc
118 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
122 emitIncludeStack(Loc, PLoc, Level);
125 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D);
161 /// \param PLoc The presumed location of the diagnostic location.
163 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc,
166 PLoc.isInvalid() ? FullSourceLoc()
167 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager());
194 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
195 if (PLoc.isInvalid())
210 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()));
213 emitIncludeLocation(Loc, PLoc);
235 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
242 emitImportLocation(Loc, PLoc, ModuleName);
596 PresumedLoc PLoc) {
600 Message << "in file included from " << PLoc.getFilename() << ':'
601 << PLoc.getLine() << ":";
606 PresumedLoc PLoc,
612 if (PLoc.isValid())
613 Message << "' imported from " << PLoc.getFilename() << ':'
614 << PLoc.getLine();
620 PresumedLoc PLoc,
625 if (PLoc.isValid())
627 << PLoc.getFilename() << ':' << PLoc.getLine() << ":";