Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h168 bool SkipCommentLine(bool afterAmpersand);
H A Dprescan.cpp878 bool Prescanner::SkipCommentLine(bool afterAmpersand) { in SkipCommentLine() function in Fortran::parser::Prescanner
1038 } while (SkipCommentLine(false /* not after ampersand */)); in FixedFormContinuation()
1062 } while (SkipCommentLine(ampersand)); in FreeFormContinuation()