Home | History | Annotate | Download | only in Lex

Lines Matching refs:RelOffs

763     int RelOffs;
764 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
768 if (RelOffs < 0 || RelOffs > 50)
789 int RelOffs = 0;
790 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs);
791 Tok.setLocation(Expansion.getLocWithOffset(RelOffs));