Searched refs:IsFixedFormCommentLine (Results 1 – 2 of 2) sorted by relevance
168 bool IsFixedFormCommentLine(const char *) const;
679 bool Prescanner::IsFixedFormCommentLine(const char *start) const { in IsFixedFormCommentLine() function in Fortran::parser::Prescanner1126 if (IsFixedFormCommentLine(start)) { in ClassifyLine()