Searched refs:IsFreeFormComment (Results 1 – 2 of 2) sorted by relevance
170 const char *IsFreeFormComment(const char *) const;
785 const char *Prescanner::IsFreeFormComment(const char *p) const { in IsFreeFormComment() function in Fortran::parser::Prescanner1209 if (const char *bang{IsFreeFormComment(start)}) { in ClassifyLine()