Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h175 const char *FreeFormContinuationLine(bool ampersand);
H A Dprescan.cpp981 const char *Prescanner::FreeFormContinuationLine(bool ampersand) { in FreeFormContinuationLine() function in Fortran::parser::Prescanner
1057 if (const char *cont{FreeFormContinuationLine(ampersand)}) { in FreeFormContinuation()