Searched refs:IsIncludeLine (Results 1 – 2 of 2) sorted by relevance
171 std::optional<std::size_t> IsIncludeLine(const char *) const;
794 std::optional<std::size_t> Prescanner::IsIncludeLine(const char *start) const { in IsIncludeLine() function in Fortran::parser::Prescanner1214 if (std::optional<std::size_t> quoteOffset{IsIncludeLine(start)}) { in ClassifyLine()