Home | History | Annotate | Download | only in Lex

Lines Matching refs:PLoc

1577     PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc);
1580 OS << (PLoc.isValid()? PLoc.getLine() : 1);
1585 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
1589 if (II == Ident__BASE_FILE__ && PLoc.isValid()) {
1590 SourceLocation NextLoc = PLoc.getIncludeLoc();
1592 PLoc = SourceMgr.getPresumedLoc(NextLoc);
1593 if (PLoc.isInvalid())
1596 NextLoc = PLoc.getIncludeLoc();
1602 if (PLoc.isValid()) {
1603 FN += PLoc.getFilename();
1633 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
1634 if (PLoc.isValid()) {
1635 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
1636 for (; PLoc.isValid(); ++Depth)
1637 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());