reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/FileCheck.cpp
 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) {