Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprescan.h168 bool IsFixedFormCommentLine(const char *) const;
Dprescan.cpp679 bool Prescanner::IsFixedFormCommentLine(const char *start) const { in IsFixedFormCommentLine() function in Fortran::parser::Prescanner
1126 if (IsFixedFormCommentLine(start)) { in ClassifyLine()