Lines Matching full:checkstrings
496 /// expected strings. The strings are added to the CheckStrings vector.
498 std::vector<CheckString> &CheckStrings) {
570 if (IsCheckNext && CheckStrings.empty()) {
587 CheckStrings.push_back(CheckString(P,
590 std::swap(NotMatches, CheckStrings.back().NotStrings);
595 CheckStrings.push_back(CheckString(Pattern(true),
598 std::swap(NotMatches, CheckStrings.back().NotStrings);
601 if (CheckStrings.empty()) {
656 std::vector<CheckString> CheckStrings;
657 if (ReadCheckFile(SM, CheckStrings))
690 for (unsigned StrNo = 0, e = CheckStrings.size(); StrNo != e; ++StrNo) {
691 const CheckString &CheckStr = CheckStrings[StrNo];