reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1635 for (auto MI = MatchRanges.begin(), ME = MatchRanges.end(); true; ++MI) { 1667 for (; MI != ME; ++MI) { 1667 for (; MI != ME; ++MI) { 1668 if (M.Pos < MI->End) { 1671 Overlap = MI->Pos < M.End; 1677 MatchRanges.insert(MI, M); 1685 SMLoc OldStart = SMLoc::getFromPointer(Buffer.data() + MI->Pos); 1686 SMLoc OldEnd = SMLoc::getFromPointer(Buffer.data() + MI->End); 1694 MatchPos = MI->End;