Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp512 bool FoundPlus = PH.Next("+"); in ParseDirective() local
513 if (FoundPlus || PH.Next("-")) { in ParseDirective()
518 if (!Invalid && PH.Next(Line) && (FoundPlus || Line < ExpectedLine)) { in ParseDirective()
519 if (FoundPlus) ExpectedLine += Line; in ParseDirective()