Searched refs:IsPreprocessorDirectiveLine (Results 1 – 2 of 2) sorted by relevance
173 const char *IsPreprocessorDirectiveLine(const char *) const;
857 const char *Prescanner::IsPreprocessorDirectiveLine(const char *start) const { in IsPreprocessorDirectiveLine() function in Fortran::parser::Prescanner875 return IsPreprocessorDirectiveLine(nextLine_) != nullptr; in IsNextLinePreprocessorDirective()1217 if (const char *dir{IsPreprocessorDirectiveLine(start)}) { in ClassifyLine()