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);
202 /// \param PLoc The presumed location of the diagnostic location.
205 PresumedLoc PLoc,
208 SourceLocation IncludeLoc = PLoc.getIncludeLoc();
236 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
237 if (PLoc.isInvalid())
251 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM);
254 emitIncludeLocation(Loc, PLoc, SM);
279 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
280 if (PLoc.isInvalid())
289 emitImportLocation(Loc, PLoc, ModuleName, SM);
473 PresumedLoc PLoc,
478 Message << "in file included from " << PLoc.getFilename() << ':'
479 << PLoc.getLine() << ":";
484 PresumedLoc PLoc,
491 << PLoc.getFilename() << ':' << PLoc.getLine() << ":";
497 PresumedLoc PLoc,
504 << PLoc.getFilename() << ':' << PLoc.getLine() << ":";