Home | History | Annotate | Download | only in Sema

Lines Matching refs:right

1435   bool operator()(const DelayedDiag &left, const DelayedDiag &right) {
1438 return SM.isBeforeInTranslationUnit(left.first.first, right.first.first);
1801 // FIXME: This isn't the right factoring. This is here for initial