Searched refs:IsAnythingLeft (Results 1 – 3 of 3) sorted by relevance
78 bool IsAnythingLeft(std::size_t) const;
496 if (dir.IsAnythingLeft(++j)) { in Directive()510 if (dir.IsAnythingLeft(++j)) { in Directive()530 if (dir.IsAnythingLeft(j)) { in Directive()557 if (dir.IsAnythingLeft(j)) { in Directive()
66 bool TokenSequence::IsAnythingLeft(std::size_t at) const { in IsAnythingLeft() function in Fortran::parser::TokenSequence