Searched refs:IsCheckNext (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/FileCheck/
H A DFileCheck.cpp447 /// IsCheckNext - This is true if this is a CHECK-NEXT: directive (as opposed
449 bool IsCheckNext; member in struct:CheckString
457 : Pat(P), Loc(L), IsCheckNext(isCheckNext) {}
533 bool IsCheckNext = false, IsCheckNot = false; local
541 IsCheckNext = true;
570 if (IsCheckNext && CheckStrings.empty()) {
589 IsCheckNext));
710 if (CheckStr.IsCheckNext) {

Completed in 75 milliseconds