Searched refs:FixedFormContinuation (Results 1 – 2 of 2) sorted by relevance
177 bool FixedFormContinuation(bool mightNeedSpace);
745 if (!FixedFormContinuation(false /*no need to insert space*/) || in PadOutCharacterLiteral()1025 bool Prescanner::FixedFormContinuation(bool mightNeedSpace) { in FixedFormContinuation() function in Fortran::parser::Prescanner1077 return FixedFormContinuation(mightNeedFixedFormSpace); in Continuation()