Home | History | Annotate | Download | only in Lex

Lines Matching refs:relativeOffset

731   unsigned relativeOffset = 0;
732 SM.isInSLocAddrSpace(loc, MacroDefStart, MacroDefLength, &relativeOffset);
733 return MacroExpansionStart.getLocWithOffset(relativeOffset);