Searched refs:FreeFormContinuationLine (Results 1 – 2 of 2) sorted by relevance
175 const char *FreeFormContinuationLine(bool ampersand);
981 const char *Prescanner::FreeFormContinuationLine(bool ampersand) { in FreeFormContinuationLine() function in Fortran::parser::Prescanner1057 if (const char *cont{FreeFormContinuationLine(ampersand)}) { in FreeFormContinuation()