Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:PLoc

1620     PresumedLoc PLoc = SM->getPresumedLoc(Loc);
1621 LineString += utostr(PLoc.getLine());
1623 LineString += Lexer::Stringify(PLoc.getFilename());
3061 PresumedLoc PLoc = SM->getPresumedLoc(Location);
3062 LineString += utostr(PLoc.getLine());
3064 LineString += Lexer::Stringify(PLoc.getFilename());