Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dtoken-sequence.h78 bool IsAnythingLeft(std::size_t) const;
H A Dpreprocessor.cpp496 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()
H A Dtoken-sequence.cpp66 bool TokenSequence::IsAnythingLeft(std::size_t at) const { in IsAnythingLeft() function in Fortran::parser::TokenSequence