Searched refs:IsAnythingLeft (Results 1 – 3 of 3) sorted by relevance
78 bool IsAnythingLeft(std::size_t) const;
494 if (dir.IsAnythingLeft(++j)) { in Directive()508 if (dir.IsAnythingLeft(++j)) { in Directive()528 if (dir.IsAnythingLeft(j)) { in Directive()555 if (dir.IsAnythingLeft(j)) { in Directive()
64 bool TokenSequence::IsAnythingLeft(std::size_t at) const { in IsAnythingLeft() function in Fortran::parser::TokenSequence