Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprescan.h176 bool FixedFormContinuation(bool mightNeedSpace);
Dprescan.cpp668 if (!FixedFormContinuation(false /*no need to insert space*/) || in PadOutCharacterLiteral()
950 bool Prescanner::FixedFormContinuation(bool mightNeedSpace) { in FixedFormContinuation() function in Fortran::parser::Prescanner
1002 return FixedFormContinuation(mightNeedFixedFormSpace); in Continuation()