Home | History | Annotate | Download | only in Frontend

Lines Matching refs:PLoc

117     PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
121 emitIncludeStack(Loc, PLoc, Level, *SM);
124 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D);
164 /// \param PLoc The presumed location of the diagnostic location.
167 PresumedLoc PLoc,
171 PLoc.isInvalid() ? SourceLocation() : PLoc.getIncludeLoc();
199 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
200 if (PLoc.isInvalid())
214 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM);
217 emitIncludeLocation(Loc, PLoc, SM);
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
250 emitImportLocation(Loc, PLoc, ModuleName, SM);
588 PresumedLoc PLoc,
593 Message << "in file included from " << PLoc.getFilename() << ':'
594 << PLoc.getLine() << ":";
599 PresumedLoc PLoc,
606 if (PLoc.isValid())
607 Message << "' imported from " << PLoc.getFilename() << ':'
608 << PLoc.getLine();
615 PresumedLoc PLoc,
621 if (PLoc.isValid())
623 << PLoc.getFilename() << ':' << PLoc.getLine() << ":";