Home
last modified time | relevance | path

Searched refs:IsFixedFormCommentLine (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h169 bool IsFixedFormCommentLine(const char *) const;
H A Dprescan.cpp756 bool Prescanner::IsFixedFormCommentLine(const char *start) const { in IsFixedFormCommentLine() function in Fortran::parser::Prescanner
1201 if (IsFixedFormCommentLine(start)) { in ClassifyLine()