Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:PLoc

1646     PresumedLoc PLoc = SM->getPresumedLoc(Loc);
1647 LineString += utostr(PLoc.getLine());
1649 LineString += Lexer::Stringify(PLoc.getFilename());
3092 PresumedLoc PLoc = SM->getPresumedLoc(Location);
3093 LineString += utostr(PLoc.getLine());
3095 LineString += Lexer::Stringify(PLoc.getFilename());