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

/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp383 bool FoundPlus = PH.Next("+"); local
384 if (FoundPlus || PH.Next("-")) {
389 if (!Invalid && PH.Next(Line) && (FoundPlus || Line < ExpectedLine)) {
390 if (FoundPlus) ExpectedLine += Line;

Completed in 631 milliseconds