Searched refs:IsAtEoF (Results 1 – 1 of 1) sorted by relevance
30 bool IsAtEoF = false; variable41 assert(!IsAtEoF && "Line iterator reaches the End-of-File!"); in getCurrentLine()47 bool isAtEoF() { return IsAtEoF; } in isAtEoF()52 IsAtEoF = true; in advance()