Home | History | Annotate | Download | only in Frontend

Lines Matching defs:PLoc

1662     PresumedLoc PLoc = SM->getPresumedLoc(Loc);
1663 LineString += utostr(PLoc.getLine());
1665 LineString += Lexer::Stringify(PLoc.getFilename());
3149 PresumedLoc PLoc = SM->getPresumedLoc(Location);
3150 LineString += utostr(PLoc.getLine());
3152 LineString += Lexer::Stringify(PLoc.getFilename());