reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1617 PatItr != PatEnd; ++PatItr) { 1617 PatItr != PatEnd; ++PatItr) { 1618 const FileCheckPattern &Pat = *PatItr; 1701 if (std::next(PatItr) == PatEnd || 1702 std::next(PatItr)->getCheckTy() == Check::CheckNot) {