Home | History | Annotate | Download | only in Frontend

Lines Matching refs:PLoc

1658     PresumedLoc PLoc = SM->getPresumedLoc(Loc);
1659 LineString += utostr(PLoc.getLine());
1661 LineString += Lexer::Stringify(PLoc.getFilename());
3118 PresumedLoc PLoc = SM->getPresumedLoc(Location);
3119 LineString += utostr(PLoc.getLine());
3121 LineString += Lexer::Stringify(PLoc.getFilename());