Home | History | Annotate | Download | only in Core

Lines Matching refs:XR

272     SourceRange XR = X.getRanges()[i];
274 if (XR != YR) {
275 if (XR.getBegin() != YR.getBegin())
276 return SM.isBeforeInTranslationUnit(XR.getBegin(), YR.getBegin());
277 return SM.isBeforeInTranslationUnit(XR.getEnd(), YR.getEnd());