Home | History | Annotate | Download | only in Lex

Lines Matching refs:PLoc

1495     PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc);
1498 OS << (PLoc.isValid()? PLoc.getLine() : 1);
1503 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
1507 if (II == Ident__BASE_FILE__ && PLoc.isValid()) {
1508 SourceLocation NextLoc = PLoc.getIncludeLoc();
1510 PLoc = SourceMgr.getPresumedLoc(NextLoc);
1511 if (PLoc.isInvalid())
1514 NextLoc = PLoc.getIncludeLoc();
1520 if (PLoc.isValid()) {
1521 FN += PLoc.getFilename();
1551 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
1552 if (PLoc.isValid()) {
1553 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
1554 for (; PLoc.isValid(); ++Depth)
1555 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());