Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h177 bool FixedFormContinuation(bool mightNeedSpace);
H A Dprescan.cpp745 if (!FixedFormContinuation(false /*no need to insert space*/) || in PadOutCharacterLiteral()
1025 bool Prescanner::FixedFormContinuation(bool mightNeedSpace) { in FixedFormContinuation() function in Fortran::parser::Prescanner
1077 return FixedFormContinuation(mightNeedFixedFormSpace); in Continuation()