Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-state.h96 bool inFixedForm() const { return inFixedForm_; } in inFixedForm() function
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtoken-parsers.h83 if (!state.inFixedForm()) { in MissingSpace()