Home | History | Annotate | Download | only in Frontend

Lines Matching defs:PLoc

159     PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
163 emitIncludeStack(Loc, PLoc, Level, *SM);
166 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D);
208 /// \param PLoc The presumed location of the diagnostic location.
211 PresumedLoc PLoc,
214 SourceLocation IncludeLoc = PLoc.getIncludeLoc();
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
243 if (PLoc.isInvalid())
257 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM);
260 emitIncludeLocation(Loc, PLoc, SM);
285 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
286 if (PLoc.isInvalid())
295 emitImportLocation(Loc, PLoc, ModuleName, SM);
478 PresumedLoc PLoc,
483 Message << "in file included from " << PLoc.getFilename() << ':'
484 << PLoc.getLine() << ":";
489 PresumedLoc PLoc,
496 << PLoc.getFilename() << ':' << PLoc.getLine() << ":";
502 PresumedLoc PLoc,
508 if (PLoc.getFilename())
510 << PLoc.getFilename() << ':' << PLoc.getLine() << ":";