Home | History | Annotate | Download | only in Basic

Lines Matching refs:PLoc

1187   PresumedLoc PLoc = getPresumedLoc(Loc);
1188 if (isInvalid(PLoc, Invalid)) return 0;
1189 return PLoc.getColumn();
1397 PresumedLoc PLoc = getPresumedLoc(Loc);
1398 if (isInvalid(PLoc, Invalid)) return 0;
1399 return PLoc.getLine();